From 62f13f6c171592591a8e8548b23e638bc708189a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 3 Apr 2015 16:13:21 +0200 Subject: [PATCH] Remove btstack_is_running --- apple/iOS/bluetooth/btdynamic.c | 5 ----- apple/iOS/bluetooth/btdynamic.h | 1 - 2 files changed, 6 deletions(-) diff --git a/apple/iOS/bluetooth/btdynamic.c b/apple/iOS/bluetooth/btdynamic.c index 622696fcc8..e5d13aba8f 100644 --- a/apple/iOS/bluetooth/btdynamic.c +++ b/apple/iOS/bluetooth/btdynamic.c @@ -157,8 +157,3 @@ void btstack_set_poweron(bool on) btstack_thread = NULL; } } - -bool btstack_is_running(void) -{ - return btstack_thread; -} diff --git a/apple/iOS/bluetooth/btdynamic.h b/apple/iOS/bluetooth/btdynamic.h index 766ced1f72..26ba623c9a 100644 --- a/apple/iOS/bluetooth/btdynamic.h +++ b/apple/iOS/bluetooth/btdynamic.h @@ -22,7 +22,6 @@ bool btstack_try_load(void); void btstack_set_poweron(bool on); -bool btstack_is_running(void); #ifndef BUILDING_BTDYNAMIC #define BTDIMPORT extern