[gvfs] goa: fix two compilation warnings



commit a4ac941872838a5f14d1d3a61c15dc5c21caceec
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Sep 26 11:45:49 2013 +0200

    goa: fix two compilation warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=591228

 monitor/goa/goavolumemonitor.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/monitor/goa/goavolumemonitor.c b/monitor/goa/goavolumemonitor.c
index 0f05ada..256e939 100644
--- a/monitor/goa/goavolumemonitor.c
+++ b/monitor/goa/goavolumemonitor.c
@@ -351,7 +351,6 @@ g_vfs_goa_volume_monitor_get_connected_drives (GVolumeMonitor *_self)
 static GMount *
 g_vfs_goa_volume_monitor_get_mount_for_uuid (GVolumeMonitor *_self, const gchar *uuid)
 {
-  GVfsGoaVolumeMonitor *self = G_VFS_GOA_VOLUME_MONITOR (_self);
   GMount *mount;
   GVolume *volume;
 
@@ -390,7 +389,6 @@ g_vfs_goa_volume_monitor_get_volume_for_uuid (GVolumeMonitor *_self, const gchar
   GVfsGoaVolumeMonitor *self = G_VFS_GOA_VOLUME_MONITOR (_self);
   GList *llink;
   GVolume *volume = NULL;
-  gpointer value;
 
   llink = g_list_find_custom (self->volumes, uuid, (GCompareFunc) uuid_compare);
   if (llink != NULL)


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