debugger: remove unneeded variable

This commit is contained in:
hjk
2010-04-29 16:11:03 +02:00
parent c93a64c0a5
commit 4c27ee1c65

View File

@@ -192,8 +192,6 @@ using namespace Constants;
using namespace Debugger::Internal;
using namespace TextEditor;
static const QString tooltipIName = "tooltip";
const char *DebuggerManager::stateName(int s)
{
#define SN(x) case x: return #x;