[vlc-commits] display: remove unused VOUT_DISPLAY_EVENT_VIEWPOINT_MOVED

Steve Lhomme git at videolan.org
Mon Jan 27 14:26:09 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jan 27 13:28:40 2020 +0100| [fc0091f0472e320ae2fc05a33c90226a24da1a4e] | committer: Steve Lhomme

display: remove unused VOUT_DISPLAY_EVENT_VIEWPOINT_MOVED

It's now reported via the viewpoint_moved callback.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc0091f0472e320ae2fc05a33c90226a24da1a4e
---

 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 411bdd0332..cd183fb56c 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
  */



More information about the vlc-commits mailing list