summaryrefslogtreecommitdiffstats
path: root/src/db-itunes-parser.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-06 14:04:33 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-06 14:04:33 +0000
commit4b05e9d2384685e7260c713f5fff59c41e94f848 (patch)
tree479902bfe57b081fc40f828fb8f4366bb5988849 /src/db-itunes-parser.h
parenta15c5dd79529752a90635b500fc1dc1f5dc3b53a (diff)
downloadlibgpod-4b05e9d2384685e7260c713f5fff59c41e94f848.tar.gz
libgpod-4b05e9d2384685e7260c713f5fff59c41e94f848.tar.xz
libgpod-4b05e9d2384685e7260c713f5fff59c41e94f848.zip
Use GMappedFile instead of directly using mmap
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2040 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-itunes-parser.h')
-rw-r--r--src/db-itunes-parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db-itunes-parser.h b/src/db-itunes-parser.h
index 8dcf10c..ba93a57 100644
--- a/src/db-itunes-parser.h
+++ b/src/db-itunes-parser.h
@@ -28,9 +28,6 @@
#define DB_PARSER_H
#include <glib.h>
-/*#include "ipod-db-parser.h"*/
-
-#define ITUNESDB_MAX_SIZE 10 * 1024 * 1024
struct _MHeader {
unsigned char header_id[4];