[vlc-devel] [PATCH] display: remove unused VOUT_DISPLAY_EVENT_VIEWPOINT_MOVED

Thomas Guillem thomas at gllm.fr
Mon Jan 27 13:36:56 CET 2020


LGTM

On Mon, Jan 27, 2020, at 13:30, Steve Lhomme wrote:
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list