From 664ca2afab82d85ad4e975c7dea1c29ff5d30e7e Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 15 Mar 2013 18:10:54 -0700 Subject: [PATCH] Disable beeping until it can be made optional. --- src/fl_ask.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index e2dfc0a..a9bb180 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -276,6 +276,8 @@ const char* fl_close= "Close"; ///< string pointer used in common dialogs, you \note \#include */ void fl_beep(int type) { +#if 0 + /* disable beeping until it can be made optional. */ #ifdef WIN32 switch (type) { case FL_BEEP_QUESTION : @@ -319,6 +321,7 @@ void fl_beep(int type) { break; } #endif // WIN32 +#endif } /** Shows an information message dialog box.