summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/utils.h')
-rw-r--r--video/out/opengl/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/utils.h b/video/out/opengl/utils.h
index 170e24d71a..19edfe4b24 100644
--- a/video/out/opengl/utils.h
+++ b/video/out/opengl/utils.h
@@ -25,7 +25,6 @@ struct mp_log;
void glCheckError(GL *gl, struct mp_log *log, const char *info);
-int glFmt2bpp(GLenum format, GLenum type);
void glUploadTex(GL *gl, GLenum target, GLenum format, GLenum type,
const void *dataptr, int stride,
int x, int y, int w, int h, int slice);