Commit 4d8ff80c authored by Antoine Cellerier's avatar Antoine Cellerier

remove two debug fprintfs

parent 2b39d628
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment