]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui_misc.h
Dekels tabular/textinset patches
[lyx.git] / src / lyx_gui_misc.h
index f1e7e03fdf2bc1663a753fbe9d0abe7deb35da80..e12fff1b61af4ae4c72ae0b8978f68e26e8aef04 100644 (file)
@@ -82,7 +82,7 @@ float getScreenDPI();
 inline
 void LyXBell() {
        // if (audio()) ON/OFF switch yet to be implemented
-       fl_ringbell(20);
+       //fl_ringbell(20);
 }
 
 #endif