Skip to content

Commit

Permalink
Drop isWindows/isMac from stable Processing API
Browse files Browse the repository at this point in the history
(cherry picked from commit 7e80fc8)
  • Loading branch information
nyalldawson committed Mar 28, 2019
1 parent 74a5b83 commit 01bae44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/__init__.py
Expand Up @@ -39,8 +39,6 @@
qgis.processing.createAlgorithmDialog = createAlgorithmDialog
qgis.processing.execAlgorithmDialog = execAlgorithmDialog
qgis.processing.createContext = createContext
qgis.processing.isWindows = isWindows
qgis.processing.isMac = isMac


def classFactory(iface):
Expand Down

0 comments on commit 01bae44

Please sign in to comment.