1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-08 18:53:30 +00:00

vo_opengl: remove unused global variable

?
This commit is contained in:
wm4 2016-05-16 12:41:55 +02:00
parent 320627d600
commit 56ed5bf1c7

View File

@ -39,7 +39,7 @@ enum szexp_tag {
SZEXP_VAR_W, // Get the width/height of a named texture (variable) SZEXP_VAR_W, // Get the width/height of a named texture (variable)
SZEXP_VAR_H, SZEXP_VAR_H,
SZEXP_OP2, // Pop two elements and push the result of a dyadic operation SZEXP_OP2, // Pop two elements and push the result of a dyadic operation
} tag; };
struct szexp { struct szexp {
enum szexp_tag tag; enum szexp_tag tag;