Skip to content

Commit

Permalink
[processing] Remove unused 'preconfigured' provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 17, 2022
1 parent a33b56b commit 8ef270b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 371 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/CMakeLists.txt
Expand Up @@ -5,7 +5,6 @@ add_subdirectory(core)
add_subdirectory(gui)
add_subdirectory(images)
add_subdirectory(modeler)
add_subdirectory(preconfigured)
add_subdirectory(script)
add_subdirectory(tests)
add_subdirectory(tools)
Expand Down
3 changes: 0 additions & 3 deletions python/plugins/processing/core/Processing.py
Expand Up @@ -63,9 +63,6 @@
with QgsRuntimeProfiler.profile('Import Script Provider'):
from processing.script.ScriptAlgorithmProvider import ScriptAlgorithmProvider # NOQA


# from processing.preconfigured.PreconfiguredAlgorithmProvider import PreconfiguredAlgorithmProvider # NOQA

# should be loaded last - ensures that all dependent algorithms are available when loading models
from processing.modeler.ModelerAlgorithmProvider import ModelerAlgorithmProvider # NOQA
from processing.modeler.ProjectProvider import ProjectProvider # NOQA
Expand Down
3 changes: 0 additions & 3 deletions python/plugins/processing/preconfigured/CMakeLists.txt

This file was deleted.

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions python/plugins/processing/preconfigured/PreconfiguredAlgorithm.py

This file was deleted.

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions python/plugins/processing/preconfigured/PreconfiguredUtils.py

This file was deleted.

Empty file.

0 comments on commit 8ef270b

Please sign in to comment.