mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 13:41:49 +00:00
Remove some unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23676 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f131aafff1
commit
e1057f5898
@ -117,7 +117,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
uint32_t d_height, uint32_t flags, char *title,
|
||||
uint32_t format)
|
||||
{
|
||||
char *mTitle = (title == NULL) ? "XMGA render" : title;
|
||||
XVisualInfo vinfo;
|
||||
unsigned long xswamask;
|
||||
int r, g, b;
|
||||
|
@ -166,10 +166,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
uint32_t d_height, uint32_t flags, char *title,
|
||||
uint32_t format)
|
||||
{
|
||||
// int screen;
|
||||
char *hello = (title == NULL) ? "Xv render" : title;
|
||||
|
||||
// char *name = ":0.0";
|
||||
XSizeHints hint;
|
||||
XVisualInfo vinfo;
|
||||
XGCValues xgcv;
|
||||
|
@ -450,7 +450,6 @@ int i,mode_id,rez;
|
||||
int numblocks,blocks_per_macroblock;//bpmb we have 6,8,12
|
||||
|
||||
//from vo_xv
|
||||
char *hello = (title == NULL) ? "XvMC render" : title;
|
||||
XSizeHints hint;
|
||||
XVisualInfo vinfo;
|
||||
XGCValues xgcv;
|
||||
|
Loading…
Reference in New Issue
Block a user