aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-04-11 20:41:37 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-12 14:35:22 +0000
commit47994b2d0136448d0175463db138a29009298d28 (patch)
tree739581e2e1052739febd9d885e80423b0c41adaa
parentd1dd3f5e9a377a4919f3cb712455e739ce4e0e89 (diff)
binding: bluetooth: remove useless function prototype
Remove function prototype from bluetooth-common.h for the deleted bluetooth-rfkill.c source file. Change-Id: I2bc9e789868a01a0b62643b6406970c436308567 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--binding/bluetooth-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/binding/bluetooth-common.h b/binding/bluetooth-common.h
index 5ff1c27..0e719eb 100644
--- a/binding/bluetooth-common.h
+++ b/binding/bluetooth-common.h
@@ -93,10 +93,6 @@ struct call_work {
GDBusMethodInvocation *invocation;
};
-/* init methods in bluetooth-rfkill.c */
-
-int bluetooth_monitor_init(void);
-
/* agent methods in bluetooth-agent.c */
int bluetooth_register_agent(struct init_data *id);