From 8d77cf1f3f90bad05ad97802febd3fe3c34391fc Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 7 Sep 2011 09:45:25 +0000 Subject: issue 47 - add non-default column to display number of PEX and DHT peers to torrent treeview --- src/trg-status-bar.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/trg-status-bar.c') diff --git a/src/trg-status-bar.c b/src/trg-status-bar.c index 42dacd1..7df8069 100644 --- a/src/trg-status-bar.c +++ b/src/trg-status-bar.c @@ -103,9 +103,6 @@ void trg_status_bar_session_update(TrgStatusBar *sb, JsonObject *session) } else { gtk_label_set_text(GTK_LABEL(priv->free_lbl), ""); } - - - } void trg_status_bar_update(TrgStatusBar * sb, @@ -168,7 +165,6 @@ void trg_status_bar_update(TrgStatusBar * sb, gtk_label_set_text(GTK_LABEL(priv->info_lbl), infoText); gtk_label_set_text(GTK_LABEL(priv->speed_lbl), speedText); - g_free(speedText); g_free(infoText); } -- cgit v1.2.3