diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorconstants.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorconstants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorconstants.h b/src/plugins/pythoneditor/pythoneditorconstants.h index 217ae3bdfc..54505bd4b5 100644 --- a/src/plugins/pythoneditor/pythoneditorconstants.h +++ b/src/plugins/pythoneditor/pythoneditorconstants.h @@ -44,7 +44,6 @@ const char C_EDITOR_DISPLAY_NAME[] = * MIME type ******************************************************************************/ const char C_PY_MIMETYPE[] = "text/x-python"; -const char RC_PY_MIME_XML[] = ":/pythoneditor/PythonEditor.mimetypes.xml"; const char C_PY_MIME_ICON[] = "text-x-python"; } // namespace Constants |