Skip to content

Commit 8e55654

Browse files
committedMay 2, 2017
[processing] Remove unused dataobjects.loadList method
1 parent 0fbf1c2 commit 8e55654

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎python/plugins/processing/tools/dataobjects.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ def getSupportedOutputRasterLayerExtensions():
9999
return allexts
100100

101101

102-
def loadList(layers):
103-
for layer in layers:
104-
load(layer)
105-
106-
107102
def load(fileName, name=None, crs=None, style=None):
108103
"""Loads a layer/table into the current project, given its file.
109104
"""

0 commit comments

Comments
 (0)
Please sign in to comment.