commit ebf2156d5131a61f50b42194a6b79e343fe69840
Author: Christophe Fergeau <t...@gnome.org>
Date:   Sat Oct 2 16:31:10 2010 +0200

    get rid of obsolete and obnoxious warning

 src/db-artwork-parser.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/db-artwork-parser.c b/src/db-artwork-parser.c
index d637689..80db0c0 100644
--- a/src/db-artwork-parser.c
+++ b/src/db-artwork-parser.c
@@ -543,14 +543,6 @@ mhfd_associate_itunesdb_artwork (DBParseContext *ctx)
        }
        else
        {
-           if ((track->artwork_size + track->artwork_count) !=
-               artwork->artwork_size)
-           {
-               g_warning (_("iTunesDB and ArtworkDB artwork sizes inconsistent 
(%d+%d != %d)\n"),
-                          track->artwork_size,
-                          track->artwork_count,
-                          track->artwork->artwork_size);
-           }
            itdb_artwork_free (track->artwork);
            track->artwork = itdb_artwork_duplicate (artwork);
        }

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to