From b720a0637fd15ef30861ed131b97dbb4dd2e16b2 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 3 Mar 2014 20:04:47 +0100 Subject: [PATCH] android/bluetooth: Remove leftover function declaration --- android/bluetooth.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/bluetooth.h b/android/bluetooth.h index fbc850d94..096007281 100644 --- a/android/bluetooth.h +++ b/android/bluetooth.h @@ -29,8 +29,6 @@ bool bt_bluetooth_stop(bt_bluetooth_stopped cb); void bt_bluetooth_cleanup(void); -void bt_bluetooth_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len); - void bt_bluetooth_register(struct ipc *ipc); void bt_bluetooth_unregister(void); -- 2.47.3