From a34b0b90cd3554c1407497409a02c06936052ca6 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 5 Jun 2014 22:44:24 +0200 Subject: [PATCH] Debugger: Remove outdated reference to Maemo Change-Id: I02fa99931156524e66b32b6240b54cb33f23a754 Reviewed-by: hjk --- src/plugins/debugger/debuggerplugin.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h index 3b58365819..8b817422c3 100644 --- a/src/plugins/debugger/debuggerplugin.h +++ b/src/plugins/debugger/debuggerplugin.h @@ -56,9 +56,6 @@ public: DebuggerPlugin(); ~DebuggerPlugin(); - // Used by Maemo debugging support. - //static void startDebugger(ProjectExplorer::RunControl *runControl); - // Used by QmlJSInspector. static DebuggerMainWindow *mainWindow(); static QAction *visibleDebugAction(); -- GitLab