Skip to content

Commit

Permalink
Drop PostgisTableSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 16, 2020
1 parent 66d084f commit fe4b2c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 110 deletions.
Expand Up @@ -47,7 +47,6 @@
from processing.gui.AlgorithmExecutor import execute
from processing.tools import dataobjects
from processing.gui.Postprocessing import handleAlgorithmResults
from processing.gui.PostgisTableSelector import PostgisTableSelector

pluginPath = os.path.dirname(__file__)
with warnings.catch_warnings():
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/gui/DestinationSelectionPanel.py
Expand Up @@ -45,7 +45,6 @@
QgsProcessingParameterFolderDestination,
QgsProcessingParameterVectorDestination)
from processing.core.ProcessingConfig import ProcessingConfig
from processing.gui.PostgisTableSelector import PostgisTableSelector
from qgis.utils import iface

pluginPath = os.path.split(os.path.dirname(__file__))[0]
Expand Down
108 changes: 0 additions & 108 deletions python/plugins/processing/gui/PostgisTableSelector.py

This file was deleted.

0 comments on commit fe4b2c8

Please sign in to comment.