diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index c66e1fe393..629e326e2f 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -74,11 +74,6 @@ Core::Id PythonEditor::id() const return Core::Id(Constants::C_PYTHONEDITOR_ID); } -Core::Id PythonEditor::preferredModeType() const -{ - return Core::Id(); -} - bool PythonEditor::open(QString *errorString, const QString &fileName, const QString &realFileName) |