diff options
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r-- | src/wm_layer_control.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |