Remove btstack_is_running

This commit is contained in:
twinaphex 2015-04-03 16:13:21 +02:00
parent 2ef32e4a2e
commit 62f13f6c17
2 changed files with 0 additions and 6 deletions

View File

@ -157,8 +157,3 @@ void btstack_set_poweron(bool on)
btstack_thread = NULL;
}
}
bool btstack_is_running(void)
{
return btstack_thread;
}

View File

@ -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