summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-11-14 17:12:05 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-11-14 17:12:05 +0000
commit2ced0ae4d33a63d617959a604e1a71ef93912be3 (patch)
treea3f97b6aee40c56bec0be26ad67fe7855422fd80 /src/itdb.h
parent2103c18d5cfebd0bc2272a7abc6c326be4562f6f (diff)
downloadlibgpod-2ced0ae4d33a63d617959a604e1a71ef93912be3.tar.gz
libgpod-2ced0ae4d33a63d617959a604e1a71ef93912be3.tar.xz
libgpod-2ced0ae4d33a63d617959a604e1a71ef93912be3.zip
Remove chapterdata_raw and chapterdata_raw_length from Itdb_Track
These are no longer needed now that proper Chapter Data support is available (since svn revision 1936/1937). git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2150 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 1c0967f..daeaee6 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -936,14 +936,6 @@ struct _Itdb_Track
guint16 gapless_album_flag; /* if 1, this track does not use crossfading
in iTunes (added in dbversion 0x13) */
- /* Chapter data: defines where the chapter stops are in the track,
- as well as what info should be displayed for each section of
- the track. Until it can be parsed and interpreted, the
- chapterdata will just be read as a block and written back on
- sync. This will be changed at a later time */
- void *chapterdata_raw;
- guint32 chapterdata_raw_length;
-
/* This is for Cover Art support */
struct _Itdb_Artwork *artwork;