diff options
Diffstat (limited to 'src')
-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; |