summaryrefslogtreecommitdiffstats
path: root/kalarm/functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/functions.cpp')
-rw-r--r--kalarm/functions.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/kalarm/functions.cpp b/kalarm/functions.cpp
index 45537e3d..28f73499 100644
--- a/kalarm/functions.cpp
+++ b/kalarm/functions.cpp
@@ -71,9 +71,6 @@ bool sendToKOrganizer(const KAEvent&);
bool deleteFromKOrganizer(const TQString& eventID);
bool runKOrganizer();
}
-#ifdef HAVE_XTEST
-void x11_cancelScreenSaver();
-#endif
namespace KAlarm
@@ -931,17 +928,6 @@ TQString stripAccel(const TQString& text)
return out;
}
-/******************************************************************************
-* Cancel the screen saver, in case it is active.
-* Only implemented if the X11 XTest extension is installed.
-*/
-void cancelScreenSaver()
-{
-#ifdef HAVE_XTEST
- x11_cancelScreenSaver();
-#endif // HAVE_XTEST
-}
-
} // namespace KAlarm