diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 12:53:31 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 12:53:31 -0400 |
commit | badac819cb07b684197295f2b516a023a4725a62 (patch) | |
tree | 92989e7901e734944826ad5af9841400ec0732c6 /parser.c | |
parent | fa97b5d1fadca8fc6ef0a95e6a6b35e756f9434e (diff) |
variable scope reductions
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; |