[vlc-devel] [PATCH 6/6] opengl: remove unused pool functions
Steve Lhomme
robux4 at ycbcr.xyz
Mon Dec 23 14:04:25 CET 2019
---
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 5e324575a66..09b9e6bea1f 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*);
--
2.17.1
More information about the vlc-devel
mailing list