summaryrefslogtreecommitdiff
path: root/profiles/input/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/input/manager.c')
-rw-r--r--profiles/input/manager.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/profiles/input/manager.c b/profiles/input/manager.c
index dc771a69b..689ccddd6 100644
--- a/profiles/input/manager.c
+++ b/profiles/input/manager.c
@@ -43,7 +43,6 @@
#include "device.h"
#include "server.h"
-#include "manager.h"
static int hid_server_probe(struct btd_profile *p, struct btd_adapter *adapter)
{
@@ -72,16 +71,6 @@ static struct btd_profile input_profile = {
.adapter_remove = hid_server_remove,
};
-void input_manager_device_connected(struct btd_device *dev, int err)
-{
- device_profile_connected(dev, &input_profile, err);
-}
-
-void input_manager_device_disconnected(struct btd_device *dev, int err)
-{
- device_profile_disconnected(dev, &input_profile, err);
-}
-
static GKeyFile *load_config_file(const char *file)
{
GKeyFile *keyfile;