summaryrefslogtreecommitdiffstats
path: root/src/hal-common.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-08 09:03:17 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-08 09:03:17 +0000
commitb4bdf1974afde17fadc9ebf7f043496ed7fa9709 (patch)
treeb972cb1de9e1bd88956704267dff45b53ba1840d /src/hal-common.h
parent58c0453c931f0a3aac3542220b71bc2ed34ebfa5 (diff)
downloadlibgpod-b4bdf1974afde17fadc9ebf7f043496ed7fa9709.tar.gz
libgpod-b4bdf1974afde17fadc9ebf7f043496ed7fa9709.tar.xz
libgpod-b4bdf1974afde17fadc9ebf7f043496ed7fa9709.zip
2005-11-08 Christophe Fergeau <teuf@gnome.org>
* src/hal-common.c: * src/hal-common.h: * src/ipod-device.c: (ipod_device_set_property), (ipod_device_hal_initialize), (ipod_device_detect_volume_info), (ipod_device_new), (ipod_device_eject): sync with libipoddevice CVS, use #ifdef HAVE_LIBHAL instead of #if HAVE_LIBHAL git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1143 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/hal-common.h')
-rw-r--r--src/hal-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hal-common.h b/src/hal-common.h
index a4e8909..db525fa 100644
--- a/src/hal-common.h
+++ b/src/hal-common.h
@@ -68,8 +68,6 @@
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
-static GMainContext *ipod_device_global_main_context = NULL;
-
dbus_bool_t hal_mainloop_integration(LibHalContext *ctx, DBusError *error);
void ipod_device_set_global_main_context(GMainContext *ctx);