Remove that stupid XBell() which gets triggered falsely when resuming suspend to RAM

next
Michael Stapelberg 2009-03-10 09:46:17 +01:00
parent c025678177
commit ae5814550c
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ main(int argc, char **argv) {
#else
running = strcmp(crypt(passwd, pws), pws);
#endif
if (running != 0)
XBell(dpy, 100);
len = 0;
break;
case XK_Escape: