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:
parent
320627d600
commit
56ed5bf1c7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user