# HG changeset patch
# User rosfran
# Date 1171651139 0
# Node ID bb443b6ebee2cbe8ad30011284b178d771334aa1
# Parent  36b50b1902c5a4b56daba4c878ef8ddbd05262c2
[svn r378] Removed unused variables.

diff -r 36b50b1902c5 -r bb443b6ebee2 gmyth/src/gmyth_remote_util.c
--- a/gmyth/src/gmyth_remote_util.c	Thu Feb 15 22:45:16 2007 +0000
+++ b/gmyth/src/gmyth_remote_util.c	Fri Feb 16 18:38:59 2007 +0000
@@ -88,7 +88,6 @@
 gint
 gmyth_remote_util_get_free_recorder_count (GMythSocket *socket)
 {
-    GMythRecorder *recorder = NULL;
     gint num_recs = 0;
 	
     GMythStringList *strlist = gmyth_string_list_new();