From: Marcus Fritzsch Date: Mon, 4 Sep 2017 12:58:08 +0000 (+0200) Subject: AFBClient: remove obsolete UNUSED() usages X-Git-Tag: 4.99.1~39 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=267c89a270b79b4bb45043c700ca65f2917b241c AFBClient: remove obsolete UNUSED() usages Signed-off-by: Marcus Fritzsch --- 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!