[vlc-commits] vout: remove vout_display_IsWindowed

Thomas Guillem git at videolan.org
Tue Nov 27 15:49:07 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Oct 31 17:43:39 2018 +0100| [896e93ea3a3096261bb36c99974c2699f3391717] | committer: Steve Lhomme

vout: remove vout_display_IsWindowed

Use vout_display_cfg_IsWindowed instead.

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

 include/vlc_vout_display.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h
index 7ce3ff1926..a46e2faac0 100644
--- a/include/vlc_vout_display.h
+++ b/include/vlc_vout_display.h
@@ -375,10 +375,6 @@ static inline bool vout_display_cfg_IsWindowed(const vout_display_cfg_t *cfg)
 {
     return cfg->window->type != VOUT_WINDOW_TYPE_DUMMY;
 }
-static inline bool vout_display_IsWindowed(vout_display_t *vd)
-{
-    return vout_display_cfg_IsWindowed(vd->cfg);
-}
 
 /**
  * Computes the default display size given the source and



More information about the vlc-commits mailing list