Revert "[Tizen] Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types" 11/310311/1
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 25 Apr 2024 06:56:17 +0000 (15:56 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Thu, 25 Apr 2024 06:56:24 +0000 (15:56 +0900)
This reverts commit 099caf198c580d35dace1c7e59a5f086668e1cf9.

Change-Id: Iadbc40799c241ce7fdfbf6131cfb7940c997e47e

dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp

index 9b6346411b4bc8697f893dab5267494eaf693950..e263c327cee02e9c03466f56fe00ed03c3eac0f6 100644 (file)
@@ -229,16 +229,6 @@ void GetDeviceSubclass(Ecore_Device_Subclass ecoreDeviceSubclass, Device::Subcla
       deviceSubclass = Device::Subclass::VIRTUAL_KEYBOARD;
       break;
     }
-    case ECORE_DEVICE_SUBCLASS_VIRTUAL_REMOCON:
-    {
-      deviceSubclass = Device::Subclass::VIRTUAL_REMOCON;
-      break;
-    }
-    case ECORE_DEVICE_SUBCLASS_VIRTUAL_MOUSE:
-    {
-      deviceSubclass = Device::Subclass::VIRTUAL_MOUSE;
-      break;
-    }
     default:
     {
       deviceSubclass = Device::Subclass::NONE;