e_input: removed unused function to fix build error 86/169486/2
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 14 Nov 2017 11:49:09 +0000 (20:49 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 19 Mar 2018 10:00:33 +0000 (10:00 +0000)
Change-Id: Icd2e92b2793bc2fc7ea2e1e4f5a6aa55e4af0c5e

src/bin/e_input_inputs.c

index 9452ac9..aacf7a1 100644 (file)
@@ -89,19 +89,6 @@ _seat_get(E_Input_Backend *input, const char *seat)
    return _seat_create(input, seat);
 }
 
-static void
-_ecore_event_device_info_free(void *data EINA_UNUSED, void *ev)
-{
-   Ecore_Event_Device_Info *e;
-
-   e = ev;
-   eina_stringshare_del(e->name);
-   eina_stringshare_del(e->identifier);
-   eina_stringshare_del(e->seatname);
-
-   free(e);
-}
-
 static Evas_Device_Class
 _e_input_seat_cap_to_evas_device_class(unsigned int cap)
 {