From 4d8ff80ce6f6e04628f54db3db1f8ee362946e5e Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Thu, 31 Mar 2005 21:36:30 +0000 Subject: [PATCH] remove two debug fprintfs --- modules/gui/wxwindows/interface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gui/wxwindows/interface.cpp b/modules/gui/wxwindows/interface.cpp index f27e169de4..57d9161bfa 100644 --- a/modules/gui/wxwindows/interface.cpp +++ b/modules/gui/wxwindows/interface.cpp @@ -1213,14 +1213,12 @@ void Interface::OnMute( wxCommandEvent& WXUNUSED(event) ) p_tool->SetNormalBitmap( wxBitmap( speaker_xpm ) ); p_tool->SetLabel( wxU(_("")) ); p_tool->SetShortHelp( wxU(_(HELP_MUTE)) ); - fprintf( stderr, "sound is on\n"); } else { p_tool->SetNormalBitmap( wxBitmap( speaker_mute_xpm ) ); p_tool->SetLabel( wxU(_("")) ); p_tool->SetShortHelp( wxU(_(HELP_MUTE)) ); - fprintf( stderr, "sound is off\n"); } GetToolBar()->Realize(); -- 2.39.2