summaryrefslogtreecommitdiffstats
path: root/src/db-artwork-writer.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-02 19:00:22 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-02 19:00:22 +0000
commited5b41a1b2d31e3ebb085ceab8274a7f0a17d518 (patch)
tree6f39ef88e2ebe202dff93456a77850bd75bcdf24 /src/db-artwork-writer.c
parent539c763b5596c02c41c40fdcc6e899b2fae7db9a (diff)
downloadlibgpod-tmz-ed5b41a1b2d31e3ebb085ceab8274a7f0a17d518.tar.gz
libgpod-tmz-ed5b41a1b2d31e3ebb085ceab8274a7f0a17d518.tar.xz
libgpod-tmz-ed5b41a1b2d31e3ebb085ceab8274a7f0a17d518.zip
2005-11-02 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-writer.c: (ipod_buffer_destroy): * src/itdb_track.c: (itdb_track_set_defaults): applied patch from Uwe Hermann <uwe@hermann-uwe.de> to add video support to libgpod, removed spurious g_print git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1135 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-writer.c')
-rw-r--r--src/db-artwork-writer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db-artwork-writer.c b/src/db-artwork-writer.c
index bf40f29..bfe3f62 100644
--- a/src/db-artwork-writer.c
+++ b/src/db-artwork-writer.c
@@ -69,7 +69,6 @@ ipod_buffer_destroy (iPodBuffer *buffer)
{
buffer->mmap->ref_count--;
if (buffer->mmap->ref_count == 0) {
- g_print ("Destroying mmap buffer\n");
ipod_mmap_buffer_destroy (buffer->mmap);
}
g_free (buffer);