]> 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 e12fff1b61af4ae4c72ae0b8978f68e26e8aef04..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