Skip to content

Commit 79566f7

Browse files
committed
remove unused method
1 parent ccbca66 commit 79566f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/plugins/processing/core/Processing.py

-4
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ def getObject(uri):
194194
"""Returns the QGIS object identified by the given URI."""
195195
return dataobjects.getObjectFromUri(uri)
196196

197-
@staticmethod
198-
def runandload(name, *args):
199-
Processing.runAlgorithm(name, handleAlgorithmResults, *args)
200-
201197
@staticmethod
202198
def runAlgorithm(algOrName, onFinish, *args, **kwargs):
203199
if isinstance(algOrName, GeoAlgorithm):

0 commit comments

Comments
 (0)