Debugger: Remove some no-more-needed and uncompilable declaration

Change-Id: I43177c64b9079e500f34abe7bbc7891c8989bdb9
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-07-05 10:21:00 +02:00
parent 18638d5560
commit 0a56184030

View File

@@ -58,7 +58,6 @@ enum ToolMode {
// FIXME: Merge with something sensible.
DEBUGGER_EXPORT bool wantRunTool(ToolMode toolMode, const QString &toolName);
DEBUGGER_EXPORT void showCannotStartDialog(const QString &toolName);
DEBUGGER_EXPORT ProjectExplorer::RunConfiguration *startupRunConfiguration();
// Register a tool for a given start mode.
DEBUGGER_EXPORT void registerPerspective(const QByteArray &perspectiveId, const Utils::Perspective *perspective);