diff options
author | wm4 <wm4@nowhere> | 2016-05-16 12:41:55 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-05-16 12:41:55 +0200 |
commit | 56ed5bf1c7b14aed87b273e9a989fa88e4d332ad (patch) | |
tree | a9efdb2fc9f39f93b1fdc5820c58e6cf71ddd6f5 /video | |
parent | 320627d600e4575f4252fba08337916561945e1f (diff) |
vo_opengl: remove unused global variable
?
Diffstat (limited to 'video')
-rw-r--r-- | video/out/opengl/user_shaders.h | 2 |
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; |