summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-06-09 19:57:02 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-06-09 19:57:02 +0000
commit45300359b18d22b82fd692d2e074ba157af90b60 (patch)
treeb8d6b518333dcceee4f2a7010dae3df74047661c /src/itdb.h
parent3f2830dc026ba5211504261513a74855ccbb098f (diff)
downloadlibgpod-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/itdb.h')
-rw-r--r--src/itdb.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 6ef33b5..b677e71 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -478,21 +478,6 @@ struct _Itdb_Chapterdata
#define ITDB_RATING_STEP 20
/* Types of thumbnails in Itdb_Image */
-typedef enum {
- ITDB_THUMB_COVER_SMALL = 0,
- ITDB_THUMB_COVER_LARGE,
- ITDB_THUMB_PHOTO_SMALL,
- ITDB_THUMB_PHOTO_LARGE,
- ITDB_THUMB_PHOTO_FULL_SCREEN,
- ITDB_THUMB_PHOTO_TV_SCREEN,
- ITDB_THUMB_COVER_XLARGE, /* iPhone: cover flow */
- ITDB_THUMB_COVER_MEDIUM, /* iPhone: cover view */
- ITDB_THUMB_COVER_SMEDIUM, /* iPhone: ?? */
- ITDB_THUMB_COVER_XSMALL, /* iPhone: ?? */
- ITDB_THUMB_CHAPTER_SMALL, /* classic -- not supported yet */
- ITDB_THUMB_CHAPTER_LARGE, /* classic -- not supported yet */
-} ItdbThumbType;
-
enum _ItdbThumbDataType {
ITDB_THUMB_TYPE_INVALID,
ITDB_THUMB_TYPE_FILE,