summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-11-14 17:12:05 +0000
committerTodd Zullinger <tmz@pobox.com>2008-11-14 17:12:05 +0000
commit37a2026fe05cc3a02c742b77cedde4c335073230 (patch)
treea3f97b6aee40c56bec0be26ad67fe7855422fd80
parent2f1a4d41443fca7e1458dac2181a6719d7eab37a (diff)
downloadlibgpod-tmz-37a2026fe05cc3a02c742b77cedde4c335073230.tar.gz
libgpod-tmz-37a2026fe05cc3a02c742b77cedde4c335073230.tar.xz
libgpod-tmz-37a2026fe05cc3a02c742b77cedde4c335073230.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
-rw-r--r--ChangeLog10
-rw-r--r--docs/reference/tmpl/track.sgml2
-rw-r--r--src/itdb.h8
3 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index bc32c04..7369942 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-14 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * docs/reference/tmpl/track.sgml
+ src/itdb.h:
+ 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).
+
2008-10-21 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225
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;