Remove useless line
This commit is contained in:
@@ -827,11 +827,9 @@ void MENU_AcceptSetting(void)
|
|||||||
break;
|
break;
|
||||||
case MENU_SET_PTT:
|
case MENU_SET_PTT:
|
||||||
gSetting_set_ptt = gSubMenuSelection;
|
gSetting_set_ptt = gSubMenuSelection;
|
||||||
gRequestSaveChannel = 1;
|
|
||||||
break;
|
break;
|
||||||
case MENU_SET_TOT:
|
case MENU_SET_TOT:
|
||||||
gSetting_set_tot = gSubMenuSelection;
|
gSetting_set_tot = gSubMenuSelection;
|
||||||
gRequestSaveChannel = 1;
|
|
||||||
break;
|
break;
|
||||||
case MENU_SET_CTR:
|
case MENU_SET_CTR:
|
||||||
gSetting_set_ctr = gSubMenuSelection;
|
gSetting_set_ctr = gSubMenuSelection;
|
||||||
|
Reference in New Issue
Block a user