libgnomevfs2-mythtv/modules/mythtv-method.c
branchtrunk
changeset 460 cde4aad8577a
parent 459 edaab488eaeb
child 461 0683ea324deb
     1.1 --- a/libgnomevfs2-mythtv/modules/mythtv-method.c	Tue Mar 27 16:10:35 2007 +0100
     1.2 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c	Tue Mar 27 16:12:15 2007 +0100
     1.3 @@ -407,8 +407,8 @@
     1.4  	 GnomeVFSContext      *context)
     1.5  {
     1.6  	MythtvHandle *myth_handle;
     1.7 -    guint64 whence_p = 0;
     1.8 -    gint64 new_offset =0;
     1.9 +    //guint64 whence_p = 0;
    1.10 +    //gint64 new_offset =0;
    1.11  
    1.12       _GNOME_VFS_METHOD_PARAM_CHECK (method_handle != NULL);
    1.13  
    1.14 @@ -416,8 +416,9 @@
    1.15      
    1.16      g_debug ("seek offset%"G_GINT64_FORMAT" whence %d", offset, whence);
    1.17  
    1.18 +    return GNOME_VFS_ERROR_NOT_SUPPORTED;
    1.19 +    /*
    1.20      if (gmyth_uri_is_livetv (myth_handle->gmyth_uri))
    1.21 -        return GNOME_VFS_ERROR_NOT_SUPPORTED;
    1.22      
    1.23      switch (whence)
    1.24      {
    1.25 @@ -438,6 +439,7 @@
    1.26      }
    1.27  
    1.28      return GNOME_VFS_ERROR_NOT_SUPPORTED;
    1.29 +    */
    1.30  }
    1.31  
    1.32  static GnomeVFSResult