summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AFBClient.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/AFBClient.cpp b/AFBClient.cpp
index 8ef7edc..99f22bd 100644
--- a/AFBClient.cpp
+++ b/AFBClient.cpp
@@ -357,8 +357,6 @@ int AFBClient::Impl::endDraw(const char *label) {
void AFBClient::Impl::set_event_handler(
enum EventType et, std::function<void(char const *)> func) {
- UNUSED(et);
- UNUSED(func);
TRACE();
if (et >= 1 && et <= 6) { // Yeah ... just go with it!