mirror of https://github.com/mpv-player/mpv
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24065 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f0411ae27f
commit
2718730d2c
|
@ -312,7 +312,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||||
|
|
||||||
// int interval, prefer_blank, allow_exp, nothing;
|
// int interval, prefer_blank, allow_exp, nothing;
|
||||||
unsigned int fg, bg;
|
unsigned int fg, bg;
|
||||||
XEvent xev;
|
|
||||||
XGCValues xgcv;
|
XGCValues xgcv;
|
||||||
Colormap theCmap;
|
Colormap theCmap;
|
||||||
XSetWindowAttributes xswa;
|
XSetWindowAttributes xswa;
|
||||||
|
|
Loading…
Reference in New Issue