From 267c89a270b79b4bb45043c700ca65f2917b241c Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Mon, 4 Sep 2017 14:58:08 +0200 Subject: [PATCH] AFBClient: remove obsolete UNUSED() usages Signed-off-by: Marcus Fritzsch --- AFBClient.cpp | 2 -- 1 file changed, 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 func) { - UNUSED(et); - UNUSED(func); TRACE(); if (et >= 1 && et <= 6) { // Yeah ... just go with it! -- 2.16.6