summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-05-30 14:05:22 -0700
committerRichard Hughes <richard@hughsie.com>2015-07-29 13:37:11 +0100
commit7258c4cce01462cb92853a2302cbfba005372e05 (patch)
treeaa5a98e2260164920a2593c81935aa671036f445
parenta037cffdeeed92fe7f6e68f04209b9cbe0422f8f (diff)
downloadupower-7258c4cce01462cb92853a2302cbfba005372e05.tar.gz
up-backend: remove unused private member
-rw-r--r--src/linux/up-backend.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/linux/up-backend.c b/src/linux/up-backend.c
index b7a129d..3d5e627 100644
--- a/src/linux/up-backend.c
+++ b/src/linux/up-backend.c
@@ -45,9 +45,6 @@
#include "up-device-idevice.h"
#endif /* HAVE_IDEVICE */
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
static void up_backend_class_init (UpBackendClass *klass);
static void up_backend_init (UpBackend *backend);
static void up_backend_finalize (GObject *object);
@@ -65,7 +62,6 @@ struct UpBackendPrivate
GUdevClient *gudev_client;
UpDeviceList *managed_devices;
UpConfig *config;
- DBusConnection *connection;
GDBusProxy *logind_proxy;
};