From dfc0ee6456f3f72c0ad77846f17b910e4cf48d03 Mon Sep 17 00:00:00 2001 From: hjk Date: Sat, 25 May 2013 00:12:23 +0200 Subject: Editors: No need to re-implement functions identical to base Change-Id: Ibdd3147cc2a64407802fa237b7943d2e96c9003b Reviewed-by: David Schulz --- src/plugins/pythoneditor/pythoneditor.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/pythoneditor/pythoneditor.cpp') 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) -- cgit v1.2.1