From a5f3aa24b61eee302a0f33e05a1d728198e79358 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 17:18:35 +0900 Subject: Remove tqapplication, tqconfig and tqmodules header files. A new dummy empty header file has been added temporarily to create a "-dev" "package to keep TDE modules building. The next step will drop tqtinterface completely and the dummy file will no longer exists. Signed-off-by: Michele Calgaro --- qtinterface/interface_tqt3/tqapplication.cpp | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'qtinterface/interface_tqt3/tqapplication.cpp') diff --git a/qtinterface/interface_tqt3/tqapplication.cpp b/qtinterface/interface_tqt3/tqapplication.cpp index c313897..251f1b2 100644 --- a/qtinterface/interface_tqt3/tqapplication.cpp +++ b/qtinterface/interface_tqt3/tqapplication.cpp @@ -19,25 +19,4 @@ Boston, MA 02110-1301, USA. */ -#include -#include -#include - -extern Time tqt_x_time; -extern Time tqt_x_user_time; - -void set_tqt_x_time(unsigned long x) { - tqt_x_time = x; -} - -unsigned long get_tqt_x_time(void) { - return tqt_x_time; -} - -void set_tqt_x_user_time(unsigned long x) { - tqt_x_user_time = x; -} - -unsigned long get_tqt_x_user_time(void) { - return tqt_x_user_time; -} +#include -- cgit v1.2.3