Fix issue detected by static analysis tool
[platform/core/uifw/inputdelegator.git] / inc / MicEffector.h
index df34494..7264fd7 100755 (executable)
@@ -17,9 +17,8 @@
 #pragma once
 
 #include <vector>
-#include <efl_assist.h>
+#include <efl_extension.h>
 
-#include "Debug.h"
 
 #define SAMPLE_COUNT 59
 
@@ -141,14 +140,6 @@ class MicEffector
                void DrawDummyFrame();
 
                /**
-                * Efl vector canvas handle
-                *
-                */
-//             ea_vector_canvas_h *canvas;
-//             ea_vector_path_h *path;
-//             ea_vector_paint_h *paint;
-
-               /**
                 * Volume values.
                 *
                 */
@@ -156,12 +147,15 @@ class MicEffector
                std::vector<int> current;
 
        public :
-               int startcount;
                int drawcount;
                bool forcestop;
                bool started;
                bool fake;
 
+               Evas_Object *vg;
+               Efl_VG *root;
+               Efl_VG *shape;
+
                /**
                 * timer handle
                 *