From e92b6ab888c4374b5ef53ed9a32f800c65a2ce53 Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@theqtcompany.com> Date: Fri, 21 Aug 2015 13:04:38 +0200 Subject: [PATCH] PythonEditor: Remove unused variable. Change-Id: I7800612940a85e3c3d547d2586ec3d158e63b14f Reviewed-by: hjk <hjk@theqtcompany.com> --- src/plugins/pythoneditor/pythoneditorplugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index e89c6800ea4..60c9996fa86 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -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"; -- GitLab