aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/slock.c b/slock.c
index 2d57e81..c81f5dd 100644
--- a/slock.c
+++ b/slock.c
@@ -137,10 +137,6 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
137 running = 1; 137 running = 1;
138 failure = 0; 138 failure = 0;
139 139
140 /* As "slock" stands for "Simple X display locker", the DPMS settings
141 * had been removed and you can set it with "xset" or some other
142 * utility. This way the user can easily set a customized DPMS
143 * timeout. */
144 while (running && !XNextEvent(dpy, &ev)) { 140 while (running && !XNextEvent(dpy, &ev)) {
145 if (ev.type == KeyPress) { 141 if (ev.type == KeyPress) {
146 explicit_bzero(&buf, sizeof(buf)); 142 explicit_bzero(&buf, sizeof(buf));