From e9567cacadf2fdc305f3ddbebce43ef395368c51 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2019 14:22:21 +0900 Subject: [PATCH] Removed unnecessary and unused TQT_REAL_TQT definition. Signed-off-by: Michele Calgaro --- src/tools/ntqglobal.h | 2 -- 1 file changed, 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.