diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2026-01-04 20:45:01 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2026-01-04 22:01:30 +0300 |
| commit | 890dccde82052c507ac043f9547fb62f7c2a455d (patch) | |
| tree | 727f69d6796da83bcdf95ee448c2e6f1d2144de6 /kmousetool | |
| parent | 0a4b46b4bf43a9dd842907ebc4aa912863965adc (diff) | |
| download | tdeaccessibility-r14.1.x.tar.gz tdeaccessibility-r14.1.x.zip | |
kmousetool: remove unused header filer14.1.x
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>
(cherry picked from commit 1565cb42d3fd1543d70739e939640e3184168455)
Diffstat (limited to 'kmousetool')
| -rw-r--r-- | kmousetool/kmousetool/kmousetool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp index a165860..e263462 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> |
