[libdmapsharing] Remove old, commented out code from dmap-connection.c Signed-off-by: W. Michael Petullo <mike flyn o



commit 5c5de710f4a7c3cd23a45d88d26f4b79127deb2b
Author: W. Michael Petullo <mike flyn org>
Date:   Wed Jul 6 17:45:46 2011 -0500

    Remove old, commented out code from dmap-connection.c
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-connection.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/libdmapsharing/dmap-connection.c b/libdmapsharing/dmap-connection.c
index 26ea497..37909f3 100644
--- a/libdmapsharing/dmap-connection.c
+++ b/libdmapsharing/dmap-connection.c
@@ -862,8 +862,6 @@ handle_song_listing (DMAPConnection * connection,
 	gint returned_count;
 	gint i;
 	GNode *n;
-	// FIXME: unused? gint specified_total_count;
-	// FIXME: unused? gboolean update_type;
 	gint commit_batch;
 
 	/* get the songs */
@@ -892,7 +890,6 @@ handle_song_listing (DMAPConnection * connection,
 		dmap_connection_state_done (connection, FALSE);
 		return;
 	}
-	// FIXME: unused? specified_total_count = g_value_get_int (&(item->content));
 
 	item = dmap_structure_find_item (structure, DMAP_CC_MUTY);
 	if (item == NULL) {
@@ -900,7 +897,6 @@ handle_song_listing (DMAPConnection * connection,
 		dmap_connection_state_done (connection, FALSE);
 		return;
 	}
-	// FIXME: unused? update_type = g_value_get_char (&(item->content));
 
 	listing_node = dmap_structure_find_node (structure, DMAP_CC_MLCL);
 	if (listing_node == NULL) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]