summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-16 12:41:55 +0200
committerwm4 <wm4@nowhere>2016-05-16 12:41:55 +0200
commit56ed5bf1c7b14aed87b273e9a989fa88e4d332ad (patch)
treea9efdb2fc9f39f93b1fdc5820c58e6cf71ddd6f5
parent320627d600e4575f4252fba08337916561945e1f (diff)
downloadmpv-56ed5bf1c7b14aed87b273e9a989fa88e4d332ad.tar.bz2
mpv-56ed5bf1c7b14aed87b273e9a989fa88e4d332ad.tar.xz
vo_opengl: remove unused global variable
?
-rw-r--r--video/out/opengl/user_shaders.h2
1 files changed, 1 insertions, 1 deletions
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;