e_comp_wl_input: remove unused code to reduce warnings 08/44508/1
authorGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jul 2015 01:21:29 +0000 (10:21 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jul 2015 01:21:29 +0000 (10:21 +0900)
Change-Id: I3d6a064281d55b4e43af60d40513004d0aa7bbd7

src/bin/e_comp_wl_input.c

index 873d88eb0429b06235acad4fcf32b109b2e63b43..fcbcd96da3165cf292aecc810d1f8274b6ce6809 100644 (file)
@@ -53,7 +53,6 @@ static void
 _e_comp_wl_input_pointer_cb_cursor_set(struct wl_client *client, struct wl_resource *resource EINA_UNUSED, uint32_t serial EINA_UNUSED, struct wl_resource *surface_resource, int32_t x, int32_t y)
 {
    E_Comp_Data *cdata;
-   pid_t pid;
    E_Client *ec;
    Eina_Bool got_mouse = EINA_FALSE;
    int cursor_w = 0, cursor_h = 0;