summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-05-23 14:22:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-05-23 14:22:21 +0900
commite9567cacadf2fdc305f3ddbebce43ef395368c51 (patch)
treef5ff5576e9edae88e1c3303e0434fce877f547aa
parentd63a113c5c0f9d43d71fc6486244b4382459a07a (diff)
downloadtqt3-e9567cacadf2fdc305f3ddbebce43ef395368c51.tar.gz
tqt3-e9567cacadf2fdc305f3ddbebce43ef395368c51.zip
Removed unnecessary and unused TQT_REAL_TQT definition.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/tools/ntqglobal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h
index 458389cf..473a9fc2 100644
--- a/src/tools/ntqglobal.h
+++ b/src/tools/ntqglobal.h
@@ -41,8 +41,6 @@
#ifndef TQGLOBAL_H
#define TQGLOBAL_H
-#define TQT_REAL_TQT 1
-
#define TQT_VERSION_STR "3.5.0"
/*
TQT_VERSION is (major << 16) + (minor << 8) + patch.