Skip to content

Commit 01bae44

Browse files
committed
Drop isWindows/isMac from stable Processing API
(cherry picked from commit 7e80fc8)
1 parent 74a5b83 commit 01bae44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/plugins/processing/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
qgis.processing.createAlgorithmDialog = createAlgorithmDialog
4040
qgis.processing.execAlgorithmDialog = execAlgorithmDialog
4141
qgis.processing.createContext = createContext
42-
qgis.processing.isWindows = isWindows
43-
qgis.processing.isMac = isMac
4442

4543

4644
def classFactory(iface):

0 commit comments

Comments
 (0)