diff options
Diffstat (limited to 'monitor/gphoto2/ggphoto2volumemonitor.c')
-rw-r--r-- | monitor/gphoto2/ggphoto2volumemonitor.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/monitor/gphoto2/ggphoto2volumemonitor.c b/monitor/gphoto2/ggphoto2volumemonitor.c index 25affe30..6c26e005 100644 --- a/monitor/gphoto2/ggphoto2volumemonitor.c +++ b/monitor/gphoto2/ggphoto2volumemonitor.c @@ -36,7 +36,6 @@ #include "ggphoto2volume.h" #ifdef HAVE_GUDEV -#include <gio/gio.h> #include <gio/gunixmounts.h> #else #include "hal-pool.h" @@ -110,10 +109,6 @@ get_hal_pool (void) static void g_gphoto2_volume_monitor_dispose (GObject *object) { - GGPhoto2VolumeMonitor *monitor; - - monitor = G_GPHOTO2_VOLUME_MONITOR (object); - G_LOCK (hal_vm); the_volume_monitor = NULL; G_UNLOCK (hal_vm); |