]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui_misc.h
reformatting and remove using delc
[lyx.git] / src / lyx_gui_misc.h
index f1e7e03fdf2bc1663a753fbe9d0abe7deb35da80..02df389a00d8980beffa01b65359ac0459fe3c41 100644 (file)
@@ -78,11 +78,4 @@ void WarnReadonly(string const & file);
 /// Get the dpi setting of the current screen
 float getScreenDPI();
 
-/// rings the audio bell.
-inline
-void LyXBell() {
-       // if (audio()) ON/OFF switch yet to be implemented
-       fl_ringbell(20);
-}
-
 #endif