mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -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/" )
|
webbrowser.open( "http://www.qgis.org/pyqgis-cookbook/" )
|
||||||
elif cmd == '_api':
|
elif cmd == '_api':
|
||||||
webbrowser.open( "http://www.qgis.org/api/" )
|
webbrowser.open( "http://www.qgis.org/api/" )
|
||||||
if msgText:
|
|
||||||
self.parent.callWidgetMessageBar(msgText)
|
|
||||||
|
|
||||||
more = False
|
more = False
|
||||||
else:
|
else:
|
||||||
self.buffer.append(cmd)
|
self.buffer.append(cmd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user