From: Clément de l'Hamaide Date: Fri, 25 Oct 2013 23:51:06 +0000 (+0200) Subject: FGCom-sa: remove commented lines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fde46e7ee391e0dc7f47f65601a86b8241e2efcd;p=flightgear.git FGCom-sa: remove commented lines --- diff --git a/utils/fgcom/fgcom.cxx b/utils/fgcom/fgcom.cxx index f93b16eba..9ebc88f39 100644 --- a/utils/fgcom/fgcom.cxx +++ b/utils/fgcom/fgcom.cxx @@ -772,29 +772,15 @@ ptt (int mode) { /* mic is muted so unmute and mute speaker */ iaxc_input_level_set (level_in); - /*if (!check_special_frq (selected_frequency)) - {*/ - iaxc_output_level_set (0.0); - SG_LOG( SG_GENERAL, SG_ALERT, "[SPEAK] unmute mic, mute speaker" ); - /*} - else - { - SG_LOG( SG_GENERAL, SG_ALERT, "[SPEAK] unmute mic" ); - }*/ + iaxc_output_level_set (0.0); + SG_LOG( SG_GENERAL, SG_ALERT, "[SPEAK] unmute mic, mute speaker" ); } else { /* mic is unmuted so mute and unmute speaker */ iaxc_input_level_set (0.0); - /*if (!check_special_frq (selected_frequency)) - {*/ - iaxc_output_level_set (level_out); - SG_LOG( SG_GENERAL, SG_ALERT, "[LISTEN] mute mic, unmute speaker" ); - /*} - else - { - SG_LOG( SG_GENERAL, SG_ALERT, "[LISTEN] mute mic" ); - }*/ + iaxc_output_level_set (level_out); + SG_LOG( SG_GENERAL, SG_ALERT, "[LISTEN] mute mic, unmute speaker" ); } }