Revision: 2235
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2235&view=rev
Author:   teuf
Date:     2009-01-21 21:51:35 +0000 (Wed, 21 Jan 2009)

Log Message:
-----------
Get rid of itdb_device_requires_checksum since it's no longer used

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c
    libgpod/trunk/src/itdb_private.h

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2009-01-21 21:50:17 UTC (rev 2234)
+++ libgpod/trunk/ChangeLog     2009-01-21 21:51:35 UTC (rev 2235)
@@ -1,6 +1,12 @@
 2009-01-21  Christophe Fergeau  <teuf at gnome.org>
 
        * src/itdb_device.c:
+       * src/itdb_private.h: get rid of itdb_device_requires_checksum
+       which is now unused
+
+2009-01-21  Christophe Fergeau  <teuf at gnome.org>
+
+       * src/itdb_device.c:
        * src/itdb_device.h:
        * src/itdb_itunesdb.c: move checksumming function from
        itdb_itunesdb.c to itdb_device.c to make it easier to support

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2009-01-21 21:50:17 UTC (rev 2234)
+++ libgpod/trunk/src/itdb_device.c     2009-01-21 21:51:35 UTC (rev 2235)
@@ -1797,12 +1797,6 @@
     g_assert_not_reached ();
 }
 
-
-G_GNUC_INTERNAL gboolean itdb_device_requires_checksum (Itdb_Device *device) 
-{
-       return (itdb_device_get_checksum_type (device) != ITDB_CHECKSUM_NONE);
-}
-
 #ifdef WIN32
 #include <windows.h>
 #else

Modified: libgpod/trunk/src/itdb_private.h
===================================================================
--- libgpod/trunk/src/itdb_private.h    2009-01-21 21:50:17 UTC (rev 2234)
+++ libgpod/trunk/src/itdb_private.h    2009-01-21 21:51:35 UTC (rev 2235)
@@ -156,7 +156,6 @@
 G_GNUC_INTERNAL guint64 device_time_time_t_to_mac (Itdb_Device *device,
                                                 time_t timet);
 G_GNUC_INTERNAL gint itdb_musicdirs_number_by_mountpoint (const gchar 
*mountpoint);
-G_GNUC_INTERNAL gboolean itdb_device_requires_checksum (Itdb_Device *device);
 G_GNUC_INTERNAL gboolean itdb_file_set_contents (const char *filename, 
                                                  const char *data, gssize len, 
                                                  GError **error);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to