From dddfdbe54b04d2272252ad654fd4948b13ec4cf5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 22:33:46 +0900 Subject: [PATCH] Remove unused files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 2 +- qtinterface/interface_tqt3/tqt.cpp | 22 ------------------- qtinterface/interface_tqt3/tqt_defs.h | 1 - qtinterface/interface_tqt3/tqt_undefs.h | 1 - qtinterface/interface_tqt3/tqtglobaldefines.h | 20 ----------------- 5 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqt.cpp delete mode 100644 qtinterface/interface_tqt3/tqt_defs.h delete mode 100644 qtinterface/interface_tqt3/tqt_undefs.h delete mode 100644 qtinterface/interface_tqt3/tqtglobaldefines.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index c8c8977..831338c 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -34,7 +34,7 @@ endif() ##### headers ################################### install( FILES - ${IFACE}/tqtglobaldefines.h ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h + ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h ${IFACE}/tqerrormessage.h diff --git a/qtinterface/interface_tqt3/tqt.cpp b/qtinterface/interface_tqt3/tqt.cpp deleted file mode 100644 index c57a5e1..0000000 --- a/qtinterface/interface_tqt3/tqt.cpp +++ /dev/null @@ -1,22 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#include diff --git a/qtinterface/interface_tqt3/tqt_defs.h b/qtinterface/interface_tqt3/tqt_defs.h deleted file mode 100644 index 8d1c8b6..0000000 --- a/qtinterface/interface_tqt3/tqt_defs.h +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qtinterface/interface_tqt3/tqt_undefs.h b/qtinterface/interface_tqt3/tqt_undefs.h deleted file mode 100644 index 8d1c8b6..0000000 --- a/qtinterface/interface_tqt3/tqt_undefs.h +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qtinterface/interface_tqt3/tqtglobaldefines.h b/qtinterface/interface_tqt3/tqtglobaldefines.h deleted file mode 100644 index c39b03d..0000000 --- a/qtinterface/interface_tqt3/tqtglobaldefines.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - -Copyright (C) 2010-2011 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/