wtz-foreign: Remove events for destination/transform_changed 44/258944/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 24 May 2021 09:17:46 +0000 (18:17 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Fri, 28 May 2021 06:37:01 +0000 (15:37 +0900)
There is no point in providing these events for now.
Let us provide it if it becomes necessary, or if specific use case is
discovered.

Change-Id: I48d8c7d139af70e4023cb41395aed7d7b9586407

protocol/tizen/wtz-foreign.xml

index d7918f5..3fb09c5 100644 (file)
       <description summary="">
       </description>
     </event>
-
-    <event name="destination_changed">
-      <description summary="size changed">
-      </description>
-      <arg name="width" type="int"/>
-      <arg name="height" type="int"/>
-    </event>
-
-    <event name="transform_changed">
-      <description summary="">
-      </description>
-      <arg name="transform" type="int" enum="wtz_exported_shell.transform"
-       summary=""/>
-    </event>
   </interface>
 
 </protocol>