[vlc-commits] display: remove stray comment

Steve Lhomme git at videolan.org
Tue Nov 19 11:14:06 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Nov 19 11:08:07 2019 +0100| [6e742cb2f6f6b508819f42dd2c3193e11e5941b8] | committer: Steve Lhomme

display: remove stray comment

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

 src/video_output/vout_wrapper.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/video_output/vout_wrapper.h b/src/video_output/vout_wrapper.h
index d95a34359d..0f3a018279 100644
--- a/src/video_output/vout_wrapper.h
+++ b/src/video_output/vout_wrapper.h
@@ -29,9 +29,6 @@
 
 picture_pool_t *vout_GetPool(vout_display_t *vd, unsigned count);
 
-/**
- * It destroy a vout managed display.
- */
 bool vout_IsDisplayFiltered(vout_display_t *);
 picture_t * vout_ConvertForDisplay(vout_display_t *, picture_t *);
 void vout_FilterFlush(vout_display_t *);



More information about the vlc-commits mailing list