diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-31 20:50:54 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-31 20:50:54 +0900 |
commit | 0c227255a8bbc6a04dc9a87af3e531afa5ec3600 (patch) | |
tree | 3007460e940b02a09bf11365b47b228c436e12c7 | |
parent | c4798401800dd1f325aca5333e1d3eebdda0abe3 (diff) |
Remove test code
Change-Id: If77e17efbe64da9d838c0991da3f6d5967e70928
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | src/wm_layer_control.cpp | 1 | ||||
-rw-r--r-- | src/wm_layer_control.hpp | 1 |
2 files changed, 0 insertions, 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<void(unsigned, unsigned)> surfaceCreated; /* std::function<void(unsigned)> surfaceDestroyed; std::function<void(unsigned)> layerCreated; |