summaryrefslogtreecommitdiffstats
path: root/kmousetool
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2026-01-04 20:45:01 +0300
committerAlexander Golubev <fatzer2@gmail.com>2026-01-04 20:45:01 +0300
commit1565cb42d3fd1543d70739e939640e3184168455 (patch)
tree7c5146a2ada7fe4d0b1df31066756cb354b63d5d /kmousetool
parent57a771ded3ce96bd81a28ff6e91aa9c9d19a1132 (diff)
downloadtdeaccessibility-master.tar.gz
tdeaccessibility-master.zip
kmousetool: remove unused header fileHEADmaster
Inclusion of `X11/extensions/xtestext1.h` was causing problems when building with clang (see [1]) due to it's use of register keyword. Since the header is not actually used just remove it. [1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdeaccessibility/pulls/39 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'kmousetool')
-rw-r--r--kmousetool/kmousetool/kmousetool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp
index dd98505..2710100 100644
--- a/kmousetool/kmousetool/kmousetool.cpp
+++ b/kmousetool/kmousetool/kmousetool.cpp
@@ -26,7 +26,6 @@
#include <tdeconfig.h>
#include <X11/Intrinsic.h> /* Intrinsics Definitions*/
#include <X11/StringDefs.h> /* Standard Name-String definitions*/
-#include <X11/extensions/xtestext1.h> /* Standard Name-String definitions*/
#include <X11/extensions/XTest.h> /* Standard Name-String definitions*/
#include <kdialog.h>
#include <tdelocale.h>