From b4d739d5a5b7f353bfe616fd6791b5e13b55283d Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Mon, 21 Mar 2011 16:14:36 +0100 Subject: [PATCH] wmbiff: Remove 'beep' option for notification Signed-off-by: Carlos R. Mafra --- wmbiff-0.4.27/wmbiff/wmbiff.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wmbiff-0.4.27/wmbiff/wmbiff.c b/wmbiff-0.4.27/wmbiff/wmbiff.c index 0623b31..038a582 100644 --- a/wmbiff-0.4.27/wmbiff/wmbiff.c +++ b/wmbiff-0.4.27/wmbiff/wmbiff.c @@ -739,10 +739,7 @@ static void blitMsgCounters(unsigned int i) static void execnotify( /*@null@ */ const char *notifycmd) { if (notifycmd != NULL) { /* need to call notify() ? */ - if (!strcasecmp(notifycmd, "beep")) { /* Internal keyword ? */ - /* Yes, bell */ - XBell(display, 100); - } else if (!strcasecmp(notifycmd, "true")) { + if (!strcasecmp(notifycmd, "true")) { /* Yes, nothing */ } else { /* Else call external notifyer, ignoring the pid */