diff options
-rw-r--r-- | slock.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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)); |