[gnome-photos] source-manager: Remove unused variable



commit 0da512525445f862f48b62e6384f7ce8d558a752
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 2 19:22:54 2014 +0100

    source-manager: Remove unused variable

 src/photos-source-manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-source-manager.c b/src/photos-source-manager.c
index 99a72be..a9a39f0 100644
--- a/src/photos-source-manager.c
+++ b/src/photos-source-manager.c
@@ -210,7 +210,6 @@ photos_source_manager_has_online_sources (PhotosSourceManager *self)
   g_hash_table_iter_init (&iter, sources);
   while (g_hash_table_iter_next (&iter, NULL, (gpointer *) &source))
     {
-      GoaAccount *account;
       GoaObject *object;
 
       object = photos_source_get_goa_object (source);


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