[vlc-commits] opengl: remove unused pool functions

Steve Lhomme git at videolan.org
Wed Jan 8 11:47:01 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Nov 19 07:53:21 2019 +0100| [f8e47c432c2354ce399597e3d71a768d311a83e1] | committer: Steve Lhomme

opengl: remove unused pool functions

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

 modules/video_output/opengl/vout_helper.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/modules/video_output/opengl/vout_helper.h b/modules/video_output/opengl/vout_helper.h
index 5e324575a6..09b9e6bea1 100644
--- a/modules/video_output/opengl/vout_helper.h
+++ b/modules/video_output/opengl/vout_helper.h
@@ -92,17 +92,6 @@ vout_display_opengl_t *vout_display_opengl_New(video_format_t *fmt,
                                                const vlc_viewpoint_t *viewpoint,
                                                vlc_video_context *context);
 void vout_display_opengl_Delete(vout_display_opengl_t *vgl);
-static inline bool vout_display_opengl_HasPool(const vout_display_opengl_t *gl)
-{
-    (void) gl;
-    return false;
-}
-
-static inline picture_pool_t *vout_display_opengl_GetPool(vout_display_opengl_t *vgl, unsigned count)
-{
-    (void) vgl; (void) count;
-    return NULL;
-}
 
 int vout_display_opengl_SetViewpoint(vout_display_opengl_t *vgl, const vlc_viewpoint_t*);
 



More information about the vlc-commits mailing list