forked from qt-creator/qt-creator
PythonEditor: Remove unused variable.
Change-Id: I7800612940a85e3c3d547d2586ec3d158e63b14f Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user