From: joogab.yun Date: Thu, 25 Apr 2024 07:14:35 +0000 (+0900) Subject: Revert "Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types" X-Git-Tag: dali_2.3.22~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F310314%2F1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Revert "Add VIRTUAL_REMOCON and VIRTUAL_MOUSE device types" This reverts commit 7300d0cd4f78fed1d6b03eab0e0528eec4caf8a3. Change-Id: I2a16a36f24cdf121f4e0e46e2964136720192d48 --- diff --git a/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp index 9b63464..e263c32 100644 --- a/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp +++ b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp @@ -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;