Debugger: Remove fillParametersFromRunConfiguration

Its use case is now covered by the generic createDebuggerRunControl.

Change-Id: I2bd04351a51f3f8aae8407c2b7921a4566c17d56
Reviewed-by: Benjamin Zeller <benjamin.zeller@canonical.com>
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-06-29 09:07:47 +02:00
parent a77e32800c
commit 9a2020914d
2 changed files with 0 additions and 20 deletions

View File

@@ -52,10 +52,6 @@ DEBUGGER_EXPORT DebuggerRunControl *createDebuggerRunControl(const DebuggerStart
QString *errorMessage,
ProjectExplorer::RunMode runMode = ProjectExplorer::DebugRunMode);
DEBUGGER_EXPORT bool fillParametersFromRunConfiguration(DebuggerStartParameters *sp,
const ProjectExplorer::RunConfiguration *runConfig,
QString *errorMessage);
class DEBUGGER_EXPORT DebuggerRunControl
: public ProjectExplorer::RunControl
{