summaryrefslogtreecommitdiff
path: root/monitor/gphoto2
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2011-03-17 19:01:17 +0100
committerTomas Bzatek <tbzatek@redhat.com>2011-03-17 19:01:17 +0100
commit08120de3bdf768ed6d1a935ce05b64f9ddecadc0 (patch)
treebff58f236ff267fe21c377f488f11ea08544c0c9 /monitor/gphoto2
parentcdc5849ea5067573a278c7d5f1a21c14c5b0686a (diff)
downloadgvfs-08120de3bdf768ed6d1a935ce05b64f9ddecadc0.tar.gz
Cleanups and fixes for compiler warnings
https://bugzilla.gnome.org/show_bug.cgi?id=641856
Diffstat (limited to 'monitor/gphoto2')
-rw-r--r--monitor/gphoto2/ggphoto2volumemonitor.c5
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);