mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[pyqgis-console] remove unused code
This commit is contained in:
parent
98be7a4709
commit
8b415708b1
@ -545,9 +545,6 @@ class ShellScintilla(QsciScintilla, code.InteractiveInterpreter):
|
||||
webbrowser.open( "http://www.qgis.org/pyqgis-cookbook/" )
|
||||
elif cmd == '_api':
|
||||
webbrowser.open( "http://www.qgis.org/api/" )
|
||||
if msgText:
|
||||
self.parent.callWidgetMessageBar(msgText)
|
||||
|
||||
more = False
|
||||
else:
|
||||
self.buffer.append(cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user