diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-23 14:22:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-23 14:22:21 +0900 |
commit | e9567cacadf2fdc305f3ddbebce43ef395368c51 (patch) | |
tree | f5ff5576e9edae88e1c3303e0434fce877f547aa /src | |
parent | d63a113c5c0f9d43d71fc6486244b4382459a07a (diff) | |
download | tqt3-e9567cacadf2fdc305f3ddbebce43ef395368c51.tar.gz tqt3-e9567cacadf2fdc305f3ddbebce43ef395368c51.zip |
Removed unnecessary and unused TQT_REAL_TQT definition.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/ntqglobal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index 458389cfd..473a9fc21 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. |