e_devicemgr: remove unused values 14/244214/1 accepted/tizen/unified/20200916.212707 submit/tizen/20200916.081844
authorjeon <jhyuni.kang@samsung.com>
Wed, 16 Sep 2020 03:31:08 +0000 (12:31 +0900)
committerjeon <jhyuni.kang@samsung.com>
Wed, 16 Sep 2020 03:31:08 +0000 (12:31 +0900)
Change-Id: Ibffc8f905ebcfc2ae510f555ab3182edb74160cf

src/bin/e_devicemgr_input.c

index 5b9d07f977a1eac6e3eb13d7b07a16e51e100810..8bc871237e76fd7ddf8d8851092b05e1b16bf1c8 100644 (file)
@@ -110,11 +110,6 @@ e_devicemgr_detent_is_detent(const char *name)
 static void
 _e_devicemgr_detent_set_info(E_Devicemgr_Input_Device *dev)
 {
-   Eina_List *dev_list, *l, *ll, *lll;
-   E_Input_Device *device_data;
-   E_Input_Seat *seat;
-   E_Input_Evdev *edev;
-
    if ((!e_devicemgr->detent.identifier) &&
        (dev->name && !strncmp(dev->name, DETENT_DEVICE_NAME, sizeof(DETENT_DEVICE_NAME))))
      {