From 47994b2d0136448d0175463db138a29009298d28 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 11 Apr 2019 20:41:37 -0700 Subject: 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 --- binding/bluetooth-common.h | 4 ---- 1 file changed, 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); -- cgit 1.2.3-korg