From 56ed5bf1c7b14aed87b273e9a989fa88e4d332ad Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 May 2016 12:41:55 +0200 Subject: vo_opengl: remove unused global variable ? --- video/out/opengl/user_shaders.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/opengl/user_shaders.h b/video/out/opengl/user_shaders.h index 0e32f53c57..3a651164e3 100644 --- a/video/out/opengl/user_shaders.h +++ b/video/out/opengl/user_shaders.h @@ -39,7 +39,7 @@ enum szexp_tag { SZEXP_VAR_W, // Get the width/height of a named texture (variable) SZEXP_VAR_H, SZEXP_OP2, // Pop two elements and push the result of a dyadic operation -} tag; +}; struct szexp { enum szexp_tag tag; -- cgit v1.2.3