Remove unused variable wl_input_method 69/37169/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 20 Mar 2015 06:27:21 +0000 (15:27 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 20 Mar 2015 06:27:21 +0000 (15:27 +0900)
Change-Id: Ib1e08ceb40d60a1439bcee6142e180d2e8e90ca2

src/common.cpp

index 6a555e8..dfc6d08 100644 (file)
 #ifdef WAYLAND
 struct WeescimKeyboard
 {
-   Ecore_Evas *ee;
-   Ecore_Wl_Window *win;
-   Evas_Object *obj;
-   const char *ee_engine;
-
-   struct wl_surface *surface;
-   struct wl_input_panel *ip;
-   struct wl_input_method *im;
-   struct wl_output *output;
+    Ecore_Evas *ee;
+    Ecore_Wl_Window *win;
+    Evas_Object *obj;
+    const char *ee_engine;
+
+    struct wl_surface *surface;
+    struct wl_input_panel *ip;
+    struct wl_output *output;
 };
 
 struct WeescimKeyboard wskb = {0};