aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-11-04 14:11:19 +0100
committerSven Gothel <[email protected]>2020-11-04 14:11:19 +0100
commit4a3225d69464f5081f038ee3671ef61325ac197d (patch)
tree5a5bd632e2ba8f1fe360f10b134078ef4e6a754a /api
parent78eddb69df96a9354b37c93244c4692a31f1cb68 (diff)
DBTAdapter.hpp: Removed unused WIP CowList template
Diffstat (limited to 'api')
-rw-r--r--api/direct_bt/DBTAdapter.hpp7
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.