diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-02 18:34:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-02 18:34:16 +0900 |
commit | 50e459ebe694110e5a6fae227f92b1e7eede09a3 (patch) | |
tree | 1425b7a1e2d5820baa3eba25fcaaabfe09c8cadd /qtinterface | |
parent | 4eb1d751c955d29867080e61b99c1dea0e8f01bb (diff) | |
download | tqtinterface-50e459ebe694110e5a6fae227f92b1e7eede09a3.tar.gz tqtinterface-50e459ebe694110e5a6fae227f92b1e7eede09a3.zip |
Drop TQT_VERSION_ONLY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface')
-rw-r--r-- | qtinterface/tqt.h.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index b25af67..626c638 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -22,8 +22,6 @@ Boston, MA 02110-1301, USA. #ifndef TQT_H #define TQT_H -#ifndef TQT_VERSION_ONLY - #ifdef TQT_METHOD #undef TQT_METHOD #endif @@ -197,6 +195,4 @@ Boston, MA 02110-1301, USA. #define SET_QT_X_USER_TIME(x) set_tqt_x_time(x) #define GET_QT_X_USER_TIME(x) get_tqt_x_time() -#endif /* TQT_VERSION_ONLY */ - #endif /* TQT_H */ |