[svn r378] Removed unused variables. trunk
authorrosfran
Fri Feb 16 18:38:59 2007 +0000 (2007-02-16)
branchtrunk
changeset 373bb443b6ebee2
parent 372 36b50b1902c5
child 374 296e08ba9339
[svn r378] Removed unused variables.
gmyth/src/gmyth_remote_util.c
     1.1 --- a/gmyth/src/gmyth_remote_util.c	Thu Feb 15 22:45:16 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_remote_util.c	Fri Feb 16 18:38:59 2007 +0000
     1.3 @@ -88,7 +88,6 @@
     1.4  gint
     1.5  gmyth_remote_util_get_free_recorder_count (GMythSocket *socket)
     1.6  {
     1.7 -    GMythRecorder *recorder = NULL;
     1.8      gint num_recs = 0;
     1.9  	
    1.10      GMythStringList *strlist = gmyth_string_list_new();