mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
remove unused method
This commit is contained in:
parent
ccbca66492
commit
79566f7649
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user