remove unused method

This commit is contained in:
Alexander Bruy 2017-03-22 17:03:51 +02:00
parent ccbca66492
commit 79566f7649

View File

@ -194,10 +194,6 @@ class Processing(object):
"""Returns the QGIS object identified by the given URI."""
return dataobjects.getObjectFromUri(uri)
@staticmethod
def runandload(name, *args):
Processing.runAlgorithm(name, handleAlgorithmResults, *args)
@staticmethod
def runAlgorithm(algOrName, onFinish, *args, **kwargs):
if isinstance(algOrName, GeoAlgorithm):