From 0c227255a8bbc6a04dc9a87af3e531afa5ec3600 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 31 Aug 2018 20:50:54 +0900 Subject: Remove test code Change-Id: If77e17efbe64da9d838c0991da3f6d5967e70928 Signed-off-by: Kazumasa Mitsunari --- src/wm_layer_control.cpp | 1 - src/wm_layer_control.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/wm_layer_control.cpp b/src/wm_layer_control.cpp index 1da5a01..8770236 100644 --- a/src/wm_layer_control.cpp +++ b/src/wm_layer_control.cpp @@ -380,7 +380,6 @@ WMError LayerControl::visibilityChange(const WMAction& action) void LayerControl::dispatchCreateEvent(ilmObjectType object, unsigned id, bool created) { - this->cb.test(id); if (ILM_SURFACE == object) { if (created) diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp index 10b2082..0be06c2 100644 --- a/src/wm_layer_control.hpp +++ b/src/wm_layer_control.hpp @@ -44,7 +44,6 @@ class LayerControlCallbacks { LayerControlCallbacks(const LayerControlCallbacks &obj) = default; // callback functions - void test(unsigned i) { HMI_DEBUG("test %d", i); } std::function surfaceCreated; /* std::function surfaceDestroyed; std::function layerCreated; -- cgit 1.2.3-korg