[rhythmbox] drop 2 unused variables



commit f71a546731c9b8e880ae5b21c57cc53772053f6e
Author: Christophe Fergeau <cfergeau mandriva com>
Date:   Sun Feb 21 14:56:45 2010 +0100

    drop 2 unused variables

 remote/dbus/rb-client.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/remote/dbus/rb-client.c b/remote/dbus/rb-client.c
index f851cb5..648dd2f 100644
--- a/remote/dbus/rb-client.c
+++ b/remote/dbus/rb-client.c
@@ -440,7 +440,6 @@ get_playing_song_info (DBusGProxy *shell_proxy, DBusGProxy *player_proxy, GError
 static void
 print_playing_song (DBusGProxy *shell_proxy, DBusGProxy *player_proxy, const char *format)
 {
-	gboolean errored;
 	GHashTable *properties;
 	guint elapsed = 0;
 	GError *error = NULL;
@@ -467,7 +466,6 @@ print_playing_song (DBusGProxy *shell_proxy, DBusGProxy *player_proxy, const cha
 static void
 print_playing_song_default (DBusGProxy *shell_proxy, DBusGProxy *player_proxy)
 {
-	gboolean errored;
 	GHashTable *properties;
 	char *string;
 	GError *error = NULL;



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