Revert "Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types" 14/310314/1
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 25 Apr 2024 07:14:35 +0000 (16:14 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Thu, 25 Apr 2024 07:14:39 +0000 (16:14 +0900)
This reverts commit 7300d0cd4f78fed1d6b03eab0e0528eec4caf8a3.

Change-Id: I2a16a36f24cdf121f4e0e46e2964136720192d48

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

index 9b63464..e263c32 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;