Skip to content

Commit

Permalink
[processing] Remove unused dataobjects.loadList method
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 2, 2017
1 parent 0fbf1c2 commit 8e55654
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/plugins/processing/tools/dataobjects.py
Expand Up @@ -99,11 +99,6 @@ def getSupportedOutputRasterLayerExtensions():
return allexts


def loadList(layers):
for layer in layers:
load(layer)


def load(fileName, name=None, crs=None, style=None):
"""Loads a layer/table into the current project, given its file.
"""
Expand Down

0 comments on commit 8e55654

Please sign in to comment.