aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@digia.com>2012-09-28 15:21:04 +0200
committerAurindam Jana <aurindam.jana@digia.com>2012-10-01 11:07:15 +0200
commit6067411db4a9fcb9d73822f217912bb8619182a0 (patch)
tree4654d026abbd43059a652c52d4decd4c7534535e /src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
parentfa9dbd3bf67ddc65e958dea553756b281c681d20 (diff)
Debugger: Remove old code
Version specific snippets were introduced to avoid incompatibilities during Qt5 development. Change-Id: I60fa9beafc9d55b687c08e13cdf531baecb10fbb Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlv8debuggerclientconstants.h')
-rw-r--r--src/plugins/debugger/qml/qmlv8debuggerclientconstants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h b/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
index 19935617c2..2f7c8f0ba4 100644
--- a/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
+++ b/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
@@ -34,7 +34,6 @@
namespace Debugger {
namespace Internal {
-const float CURRENT_SUPPORTED_VERSION = 2.0;
const char V8REQUEST[] = "v8request";
const char V8MESSAGE[] = "v8message";
const char BREAKONSIGNAL[] = "breakonsignal";