diff options
author | Michele Calgaro <[email protected]> | 2025-01-06 16:36:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-07 09:55:35 +0900 |
commit | 1df809582147440749d88e03b70916044db15339 (patch) | |
tree | 952e675d15a9c79bc8418c0eb5f996af910f11f1 /tdeui | |
parent | e9b2881ed720ce8f3bf2053e359f386ce434b173 (diff) | |
download | tdelibs-1df809582147440749d88e03b70916044db15339.tar.gz tdelibs-1df809582147440749d88e03b70916044db15339.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kpixmapio.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tdeui/kpixmapio.cpp b/tdeui/kpixmapio.cpp index 74d3c64b1..46c0e2aff 100644 --- a/tdeui/kpixmapio.cpp +++ b/tdeui/kpixmapio.cpp @@ -35,9 +35,6 @@ #ifdef HAVE_MITSHM #include <X11/extensions/XShm.h> #endif -#ifdef __osf__ -extern "C" int XShmQueryExtension(Display *display); -#endif #else #undef HAVE_MITSHM #endif |