Debugger: remove isEditorDebuggable

It was returning 'true' unconditionally for a while.

Change-Id: Ia99bdb3c525641f757dacbba148b68d677f4d632
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-01-24 16:03:21 +01:00
parent 2f9574582d
commit 794b41581b
4 changed files with 2 additions and 18 deletions

View File

@@ -51,7 +51,6 @@ namespace Internal {
class WatchData;
class GdbMi;
bool isEditorDebuggable(Core::IEditor *editor);
QByteArray dotEscape(QByteArray str);
QString currentTime();
bool isSkippableFunction(const QString &funcName, const QString &fileName);