diff options
author | Sven Gothel <[email protected]> | 2020-06-24 06:07:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-06-24 06:07:12 +0200 |
commit | 9e64daadd7cdd5bcb7bd8bdc1400b3836125a2e9 (patch) | |
tree | fb49d47109b87561871e9392d567bce428a579a7 /api | |
parent | 50d04560b87f51a1dc2979b62cc48883c846d5bb (diff) |
Remove dead code: 'DBTAdapter::performDeviceConnected(..)'v2.1.5
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/DBTAdapter.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/direct_bt/DBTAdapter.hpp b/api/direct_bt/DBTAdapter.hpp index f4642023..fbb1fab4 100644 --- a/api/direct_bt/DBTAdapter.hpp +++ b/api/direct_bt/DBTAdapter.hpp @@ -205,7 +205,6 @@ namespace direct_bt { void startDiscoveryBackground(); void sendDeviceUpdated(std::string cause, std::shared_ptr<DBTDevice> device, uint64_t timestamp, EIRDataType updateMask); - void performDeviceConnected(std::shared_ptr<DBTDevice> device, uint64_t timestamp); public: const BTMode btMode; |