--- src/adapter.c | 5 ----- src/adapter.h | 1 - 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/adapter.c b/src/adapter.c index b37441a..d3ba7a8 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -3355,11 +3355,6 @@ void btd_adapter_any_release_path(void) adapter_any_path = NULL; } -gboolean adapter_is_pairable(struct btd_adapter *adapter) -{ - return adapter->pairable; -} - gboolean adapter_powering_down(struct btd_adapter *adapter) { return adapter->off_requested; diff --git a/src/adapter.h b/src/adapter.h index c33234f..1baa547 100644 --- a/src/adapter.h +++ b/src/adapter.h @@ -157,7 +157,6 @@ const char *adapter_any_get_path(void); const char *btd_adapter_any_request_path(void); void btd_adapter_any_release_path(void); -gboolean adapter_is_pairable(struct btd_adapter *adapter); gboolean adapter_powering_down(struct btd_adapter *adapter); int btd_adapter_restore_powered(struct btd_adapter *adapter); -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html