diff options
author | Christophe Fergeau <teuf@gnome.org> | 2008-06-09 19:57:02 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2008-06-09 19:57:02 +0000 |
commit | 45300359b18d22b82fd692d2e074ba157af90b60 (patch) | |
tree | b8d6b518333dcceee4f2a7010dae3df74047661c /src/db-image-parser.h | |
parent | 3f2830dc026ba5211504261513a74855ccbb098f (diff) | |
download | libgpod-45300359b18d22b82fd692d2e074ba157af90b60.tar.gz libgpod-45300359b18d22b82fd692d2e074ba157af90b60.tar.xz libgpod-45300359b18d22b82fd692d2e074ba157af90b60.zip |
* src/db-artwork-writer.c:
* src/db-image-parser.h:
* src/itdb.h:
* src/itdb_device.c:
* src/itdb_device.h:
* src/ithumb-writer.c: get rid of ItdbThumbType, it's replaced by
pointers to the appropriate Itdb_ArtworkFormat for the thumbnail
type when it's needed
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2010 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-image-parser.h')
-rw-r--r-- | src/db-image-parser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db-image-parser.h b/src/db-image-parser.h index c8fbbe4..606bb4f 100644 --- a/src/db-image-parser.h +++ b/src/db-image-parser.h @@ -82,8 +82,4 @@ G_GNUC_INTERNAL Itdb_Thumb_Ipod_Item *ipod_image_new_from_mhni (MhniHeader *mhni Itdb_DB *db); G_GNUC_INTERNAL int itdb_write_ithumb_files (Itdb_DB *db); - -G_GNUC_INTERNAL gboolean -itdb_thumb_type_is_valid_for_db (const Itdb_ArtworkFormat *format, DbType db_type); - #endif |