summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2012-02-08 17:35:49 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-09 12:53:55 +0200
commitad1c7d561c4a29139423916e8ac1fe193134fec0 (patch)
tree51dd4089269480861f2fe4e3da6b9c79a7f6c4ef /src
parent074f5b88ac509a6ff7fb5a597b62302872454396 (diff)
downloadbluez-ad1c7d561c4a29139423916e8ac1fe193134fec0.tar.gz
device: Remove unused fields from browse_req
Diffstat (limited to 'src')
-rw-r--r--src/device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device.c b/src/device.c
index 00d2ecbc0..ac2a93c23 100644
--- a/src/device.c
+++ b/src/device.c
@@ -100,8 +100,6 @@ struct authentication_req {
struct browse_req {
DBusConnection *conn;
DBusMessage *msg;
- GIOChannel *io;
- GAttrib *attrib;
struct btd_device *device;
GSList *match_uuids;
GSList *profiles_added;