diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-04 14:58:08 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 14:04:51 +0200 |
commit | 267c89a270b79b4bb45043c700ca65f2917b241c (patch) | |
tree | 5d01836d32be27264b34c1b653bf3ebf7888e822 | |
parent | 922a437c7b2c7b458babdb4debfdb4743d52c760 (diff) |
AFBClient: remove obsolete UNUSED() usages
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | AFBClient.cpp | 2 |
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! |