summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-07-30 11:35:34 -0400
committerTodd Zullinger <tmz@pobox.com>2008-11-14 11:29:27 -0500
commit626bf766cd181184b6554b2351e64baddb3a73e6 (patch)
tree911897aea0305723197a408f43aff0e740d7eef8
parent2103c18d5cfebd0bc2272a7abc6c326be4562f6f (diff)
downloadlibgpod-tmz-remove-chapterdata_raw.tar.gz
libgpod-tmz-remove-chapterdata_raw.tar.xz
libgpod-tmz-remove-chapterdata_raw.zip
Remove chapterdata_raw and chapterdata_raw_length from Itdb_Trackremove-chapterdata_raw
These are no longer needed now that proper Chapter Data support is available (since svn revision 1936/1937).
-rw-r--r--docs/reference/tmpl/track.sgml2
-rw-r--r--src/itdb.h8
2 files changed, 0 insertions, 10 deletions
diff --git a/docs/reference/tmpl/track.sgml b/docs/reference/tmpl/track.sgml
index 2d79481..3a3c14f 100644
--- a/docs/reference/tmpl/track.sgml
+++ b/docs/reference/tmpl/track.sgml
@@ -126,8 +126,6 @@ information about an iPod track.
@unk252:
@gapless_track_flag:
@gapless_album_flag:
-@chapterdata_raw:
-@chapterdata_raw_length:
@artwork:
@mhii_link:
@reserved_int1:
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;