diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3268,7 +3268,6 @@ static int Go_routeclose_78(gchar** response, int channel, char *parameter,char static int Parse_chan_list(int channel,char *parameter,int *primary_selected, int *secondary_selected,gchar** response) { - // FIXME - update with g_str functions int i; int n; int pointer; @@ -3564,7 +3563,6 @@ static int Go_amp_pnt_83(gchar** response, int channel, char *parameter,char *un int Handle_Curr_Slew_Unit(float *new_val,char *units); int Handle_Curr_Slew_Unit(float *new_val,char *units) { - // FIXME - update with g_str functions char *slash; float tmp1, tmp2; |