[rhythmbox] rb-library-source: Remove unused variable
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] rb-library-source: Remove unused variable
- Date: Sat, 5 Feb 2011 13:53:14 +0000 (UTC)
commit c326eb6fa7323ade8718be98273bd6756a6a0047
Author: Bastien Nocera <hadess hadess net>
Date: Sat Feb 5 03:44:33 2011 +0000
rb-library-source: Remove unused variable
sources/rb-library-source.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/sources/rb-library-source.c b/sources/rb-library-source.c
index 7adf55e..7fa98b0 100644
--- a/sources/rb-library-source.c
+++ b/sources/rb-library-source.c
@@ -1288,7 +1288,6 @@ impl_paste (RBSource *asource, GList *entries)
RBLibrarySource *source = RB_LIBRARY_SOURCE (asource);
RBTrackTransferQueue *xferq;
GList *l;
- GSList *sl;
RBShell *shell;
RhythmDBEntryType *source_entry_type;
RBTrackTransferBatch *batch;
@@ -1299,8 +1298,6 @@ impl_paste (RBSource *asource, GList *entries)
return NULL;
}
- sl = eel_gconf_get_string_list (CONF_LIBRARY_LOCATION);
-
g_object_get (source,
"shell", &shell,
"entry-type", &source_entry_type,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]