1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00

context_angle: remove unused variable

Unused since 16e0a39482.
This commit is contained in:
James Ross-Gowan 2017-08-20 16:46:02 +10:00
parent 08ec444ba5
commit 2d78705b73

View File

@ -111,8 +111,6 @@ struct priv {
int sc_width, sc_height; // Swap chain width and height
int swapinterval;
bool sw_adapter_msg_shown;
struct angle_opts *opts;
};