summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 5453943fe9..236471d537 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -44,9 +44,6 @@
#include "fastmemcpy.h"
#include "sub/ass_mp.h"
-//! How many parts the OSD may consist of at most
-#define MAX_OSD_PARTS 20
-
//for gl_priv.use_yuv
#define MASK_ALL_YUV (~(1 << YUV_CONVERSION_NONE))
#define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS)))