diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-02-07 16:54:03 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-02-07 16:54:03 +0000 |
commit | 8ec55e2a75d5eb3c7305c8cadb94681df703167b (patch) | |
tree | 9d6f2aeadce98a8f557de3d0467f3a45f994b136 /src | |
parent | 774d079d806b4418a7a64f559703a5fc9e46dcf4 (diff) |
remove beeps
remove beeps
Diffstat (limited to 'src')
-rw-r--r-- | src/PSEditor.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx index 015d935..54875c1 100644 --- a/src/PSEditor.cxx +++ b/src/PSEditor.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditor.cxx,v 1.23 2005/02/02 18:18:47 hofmann Exp $" +// "$Id: PSEditor.cxx,v 1.24 2005/02/07 17:54:03 hofmann Exp $" // // PSEditor routines. // @@ -40,7 +40,6 @@ int PSEditor::handle(int event) { case FL_PUSH: if (Fl::event_button() == 1) { if (!file_loaded()) { - fl_beep(); return 0; } |