PythonEditor: Remove unused variable.

Change-Id: I7800612940a85e3c3d547d2586ec3d158e63b14f
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-08-21 13:04:38 +02:00
parent ba895b8ef0
commit e92b6ab888

View File

@@ -207,7 +207,6 @@ namespace Internal {
const char PythonRunConfigurationPrefix[] = "PythonEditor.RunConfiguration.";
const char InterpreterKey[] = "PythonEditor.RunConfiguation.Interpreter";
const char MainScriptKey[] = "PythonEditor.RunConfiguation.MainScript";
const char ArgumentsKey[] = "PythonEditor.RunConfiguation.Arguments";
const char PythonMimeType[] = "text/x-python-project"; // ### FIXME
const char PythonProjectId[] = "PythonProject";
const char PythonProjectContext[] = "PythonProjectContext";