aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-12-06 17:10:46 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-07 23:11:10 +0200
commit27fffa4aad5a42ef9841b27338e63b80ea24c4cc (patch)
tree58ce314c577112c376281547b2a5b2065818b944 /input
parentcd5f44488fef08aa2c6d940f8f65546f666e569a (diff)
downloadbluez-27fffa4aad5a42ef9841b27338e63b80ea24c4cc.tar.gz
Add btd_error_busy()
Diffstat (limited to 'input')
-rw-r--r--input/device.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/input/device.c b/input/device.c
index ac425a0e..f7f96bea 100644
--- a/input/device.c
+++ b/input/device.c
@@ -321,12 +321,6 @@ static inline DBusMessage *not_supported(DBusMessage *msg)
"Not supported");
}
-static inline DBusMessage *in_progress(DBusMessage *msg)
-{
- return g_dbus_create_error(msg, ERROR_INTERFACE ".InProgress",
- "Device connection already in progress");
-}
-
static inline DBusMessage *already_connected(DBusMessage *msg)
{
return g_dbus_create_error(msg, ERROR_INTERFACE ".AlreadyConnected",