commit 897d0f9806243ef86f834aec2ec578a57735da98
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Sun Feb 28 21:59:45 2010 +0100

    [test-cp] remove unused variable

 tests/test-cp.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-cp.cc b/tests/test-cp.cc
index 3b26b75..c82e955 100644
--- a/tests/test-cp.cc
+++ b/tests/test-cp.cc
@@ -90,13 +90,11 @@ static gboolean
 copy_file (Itdb_iTunesDB *db, const char *filename, GError **error)
 {
        Itdb_Track *track;
-       char *dest_filename;
        gboolean copy_success;
 
        track = track_from_file (filename);
        itdb_track_add (db, track, -1);
        itdb_playlist_add_track (itdb_playlist_mpl(db), track, -1);
-       /* dest_filename = itdb_cp_get_dest_filename (track, NULL, filename, 
error); */
        copy_success = itdb_cp_track_to_ipod (track, filename, error);
        if (!copy_success) {
                itdb_track_free (track);

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to