summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_rpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/hwdec_rpi.c')
-rw-r--r--video/out/opengl/hwdec_rpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/hwdec_rpi.c b/video/out/opengl/hwdec_rpi.c
index fdcd850138..0caa01874c 100644
--- a/video/out/opengl/hwdec_rpi.c
+++ b/video/out/opengl/hwdec_rpi.c
@@ -282,7 +282,6 @@ static void free_mmal_buffer(void *arg)
mmal_buffer_header_release(buffer);
}
-// currently dead code; for a force-overlay mode
static struct mp_image *upload(struct gl_hwdec *hw, struct mp_image *hw_image)
{
struct priv *p = hw->priv;