diff options
author | Sven Gothel <[email protected]> | 2020-11-04 14:11:19 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-11-04 14:11:19 +0100 |
commit | 4a3225d69464f5081f038ee3671ef61325ac197d (patch) | |
tree | 5a5bd632e2ba8f1fe360f10b134078ef4e6a754a /api | |
parent | 78eddb69df96a9354b37c93244c4692a31f1cb68 (diff) |
DBTAdapter.hpp: Removed unused WIP CowList template
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/DBTAdapter.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/api/direct_bt/DBTAdapter.hpp b/api/direct_bt/DBTAdapter.hpp index b7b578d8..5646977e 100644 --- a/api/direct_bt/DBTAdapter.hpp +++ b/api/direct_bt/DBTAdapter.hpp @@ -157,13 +157,6 @@ namespace direct_bt { // ************************************************* // ************************************************* // ************************************************* - template <typename T> class CowList - { - bool add(T); - bool remove(T); - int removeAll(); - int size(); - }; /** * DBTAdapter represents one Bluetooth Controller. |