From 8ec55e2a75d5eb3c7305c8cadb94681df703167b Mon Sep 17 00:00:00 2001
From: Johannes Hofmann <johannes.hofmann@gmx.de>
Date: Mon, 7 Feb 2005 16:54:03 +0000
Subject: remove beeps

remove beeps
---
 src/PSEditor.cxx | 3 +--
 1 file changed, 1 insertion(+), 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;
       }
          
-- 
cgit v1.2.3