Branch: master

e9567cac 2019-05-23 05:22:21 Michele Calgaro
Removed unnecessary and unused TQT_REAL_TQT definition.

Signed-off-by: Michele Calgaro <michele.calgaro@...>
M src/tools/ntqglobal.h

src/tools/ntqglobal.h

diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h
index 458389c..473a9fc 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.