# HG changeset patch
# User renatofilho
# Date 1175008335 -3600
# Node ID cde4aad8577a43676296fcbc79073f1c75790df7
# Parent  edaab488eaebc286d39a1f6e4afc2e1d607140e4
[svn r465] removed seek imp.

diff -r edaab488eaeb -r cde4aad8577a libgnomevfs2-mythtv/modules/mythtv-method.c
--- a/libgnomevfs2-mythtv/modules/mythtv-method.c	Tue Mar 27 16:10:35 2007 +0100
+++ b/libgnomevfs2-mythtv/modules/mythtv-method.c	Tue Mar 27 16:12:15 2007 +0100
@@ -407,8 +407,8 @@
 	 GnomeVFSContext      *context)
 {
 	MythtvHandle *myth_handle;
-    guint64 whence_p = 0;
-    gint64 new_offset =0;
+    //guint64 whence_p = 0;
+    //gint64 new_offset =0;
 
      _GNOME_VFS_METHOD_PARAM_CHECK (method_handle != NULL);
 
@@ -416,8 +416,9 @@
     
     g_debug ("seek offset%"G_GINT64_FORMAT" whence %d", offset, whence);
 
+    return GNOME_VFS_ERROR_NOT_SUPPORTED;
+    /*
     if (gmyth_uri_is_livetv (myth_handle->gmyth_uri))
-        return GNOME_VFS_ERROR_NOT_SUPPORTED;
     
     switch (whence)
     {
@@ -438,6 +439,7 @@
     }
 
     return GNOME_VFS_ERROR_NOT_SUPPORTED;
+    */
 }
 
 static GnomeVFSResult