Skip to content

Commit

Permalink
Remove outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 30, 2023
1 parent 5a70ac2 commit 6612506
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/console/console.py
Expand Up @@ -120,10 +120,6 @@ def __init__(self, parent=None):
self.setLayout(vl)
self.setFocusProxy(self.console)

# try to restore position from stored main window state
#if iface and not iface.mainWindow().restoreDockWidget(self):
# iface.mainWindow().addDockWidget(Qt.BottomDockWidgetArea, self)

# closeEvent is not always called for this widget -- so we also trigger a settings
# save on application exit
QgsApplication.instance().aboutToQuit.connect(self.on_app_exit)
Expand Down

0 comments on commit 6612506

Please sign in to comment.