[vlc-devel] [PATCH] display: remove unused VOUT_DISPLAY_EVENT_VIEWPOINT_MOVED
Steve Lhomme
robux4 at ycbcr.xyz
Mon Jan 27 13:30:53 CET 2020
It's now reported via the viewpoint_moved callback.
---
include/vlc_vout_display.h | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h
index 411bdd0332d..cd183fb56c2 100644
--- a/include/vlc_vout_display.h
+++ b/include/vlc_vout_display.h
@@ -208,17 +208,6 @@ enum vout_display_query {
VOUT_DISPLAY_CHANGE_VIEWPOINT, /* const vout_display_cfg_t *p_cfg */
};
-/**
- * Event from vout_display_t
- *
- * Events modifiying the state may be sent multiple times.
- * Only the transition will be retained and acted upon.
- */
-enum {
- /* VR navigation, vlc_viewpoint_t* */
- VOUT_DISPLAY_EVENT_VIEWPOINT_MOVED,
-};
-
/**
* Vout owner structures
*/
--
2.17.1
More information about the vlc-devel
mailing list