summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl3.c')
-rw-r--r--libvo/vo_gl3.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_gl3.c b/libvo/vo_gl3.c
index dea0c6637a..ebce32677b 100644
--- a/libvo/vo_gl3.c
+++ b/libvo/vo_gl3.c
@@ -59,9 +59,6 @@ static const char vo_gl3_shaders[] =
#include "libvo/vo_gl3_shaders.h"
;
-// How many parts the OSD may consist of at most.
-#define MAX_OSD_PARTS 20
-
// Pixel width of 1D lookup textures.
#define LOOKUP_TEXTURE_SIZE 256