e_input_evdev: fix warnings 24/163024/1
authorGwanglim Lee <gl77.lee@samsung.com>
Thu, 7 Dec 2017 02:37:17 +0000 (11:37 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 7 Dec 2017 02:37:17 +0000 (11:37 +0900)
Change-Id: I3638be95f20f413e93018fcdaad842e08d35dc05

src/bin/e_input_evdev.c

index 1919a63..873453a 100644 (file)
@@ -6,12 +6,6 @@ static void  _device_modifiers_update(E_Input_Evdev *edev);
 static void
 _device_calibration_set(E_Input_Evdev *edev)
 {
-   const char *sysname;
-   float cal[6];
-   const char *device;
-   Eina_List *devices;
-   const char *vals;
-   enum libinput_config_status status;
    E_Output *output;
    int w = 0, h = 0;
    int temp;
@@ -947,7 +941,6 @@ E_Input_Evdev *
 _e_input_evdev_device_create(E_Input_Seat *seat, struct libinput_device *device)
 {
    E_Input_Evdev *edev;
-   Eina_List *devices;
    E_Input_Backend *b_input;
 
    EINA_SAFETY_ON_NULL_RETURN_VAL(seat, NULL);