summaryrefslogtreecommitdiff
path: root/os/WaitFor.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/WaitFor.c')
-rw-r--r--os/WaitFor.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/os/WaitFor.c b/os/WaitFor.c
index 78101906f..a4f0f4c78 100644
--- a/os/WaitFor.c
+++ b/os/WaitFor.c
@@ -669,16 +669,6 @@ FreeScreenSaverTimer(void)
}
}
-#ifdef SCREENSAVER
-/*
- * When this variable is set a client has temporarily suspended the
- * screensaver and DPMS, so SetScreenSaverTimer should be a noop.
- * The screensaver extension is responsible for stopping and
- * restarting the timer when suspension is enabled/disabled.
- */
-extern Bool screenSaverSuspended; /* declared in Xext/saver.c */
-#endif /* SCREENSAVER */
-
void
SetScreenSaverTimer(void)
{