summaryrefslogtreecommitdiffstats
path: root/src/db-parse-context.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-06 14:04:05 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-06 14:04:05 +0000
commit6edb7b4d44fed3d36eef94fef00ac453403a1b92 (patch)
treee71c473e5b5889235e1bff80f5da352d9070027e /src/db-parse-context.h
parentd629959f687e8ec0109f2295c66ae4ef00943d70 (diff)
downloadlibgpod-tmz-6edb7b4d44fed3d36eef94fef00ac453403a1b92.tar.gz
libgpod-tmz-6edb7b4d44fed3d36eef94fef00ac453403a1b92.tar.xz
libgpod-tmz-6edb7b4d44fed3d36eef94fef00ac453403a1b92.zip
Remove non-useful argument to db_parse_context_destroy (patch from songbird)
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2038 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-parse-context.h')
-rw-r--r--src/db-parse-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db-parse-context.h b/src/db-parse-context.h
index 85f40ae..5703ac5 100644
--- a/src/db-parse-context.h
+++ b/src/db-parse-context.h
@@ -74,6 +74,6 @@ db_parse_context_new_from_file (const char *filename, Itdb_DB *db);
G_GNUC_INTERNAL void
-db_parse_context_destroy (DBParseContext *ctx, gboolean unmap);
+db_parse_context_destroy (DBParseContext *ctx);
#endif