[svn r295] Fixes related with the gmyth.
1.1 --- a/libgnomevfs2-mythtv/modules/mythtv-method.c Tue Jan 23 22:25:01 2007 +0000
1.2 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c Tue Jan 23 22:25:29 2007 +0000
1.3 @@ -60,8 +60,6 @@
1.4 gsize buffer_remain;
1.5 } MythtvHandle;
1.6
1.7 -
1.8 -
1.9 static GnomeVFSResult
1.10 do_open (GnomeVFSMethod *method,
1.11 GnomeVFSMethodHandle **method_handle,
1.12 @@ -74,7 +72,6 @@
1.13 GMythURI *gmyth_uri = NULL;
1.14 gboolean ret = TRUE;
1.15 gboolean is_livetv = FALSE;
1.16 - gint wait_to_transfer = 0;
1.17
1.18 _GNOME_VFS_METHOD_PARAM_CHECK (method_handle != NULL);
1.19 _GNOME_VFS_METHOD_PARAM_CHECK (uri != NULL);