From 5a3a940ad3b3984b308b539e7f0456ce11d4d90e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 4 Feb 2015 09:32:46 +0100 Subject: Use new mime database Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by: Eike Ziller --- src/plugins/pythoneditor/pythoneditorconstants.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/pythoneditor/pythoneditorconstants.h') 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 -- cgit v1.2.1