mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
Remove now unused variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27926 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
21040bb951
commit
55175c457d
@ -315,9 +315,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
|
||||
#ifdef CONFIG_XF86VM
|
||||
int vm = 0;
|
||||
unsigned int modeline_width, modeline_height;
|
||||
static uint32_t vm_width;
|
||||
static uint32_t vm_height;
|
||||
#endif
|
||||
|
||||
vo_mouse_autohide = 1;
|
||||
@ -403,7 +400,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
vo_window = WinID ? ((Window) WinID) : mRootWin;
|
||||
if (WinID)
|
||||
{
|
||||
int border;
|
||||
XUnmapWindow(mDisplay, vo_window);
|
||||
XChangeWindowAttributes(mDisplay, vo_window, xswamask,
|
||||
&xswa);
|
||||
|
@ -89,8 +89,7 @@ static int flip_flag;
|
||||
|
||||
static int int_pause;
|
||||
|
||||
static Window mRoot;
|
||||
static uint32_t drwX, drwY, drwBorderWidth, drwDepth;
|
||||
static uint32_t drwX, drwY;
|
||||
static uint32_t max_width = 0, max_height = 0; // zero means: not set
|
||||
|
||||
static void (*draw_alpha_fnc) (int x0, int y0, int w, int h,
|
||||
@ -175,9 +174,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
|
||||
#ifdef CONFIG_XF86VM
|
||||
int vm = 0;
|
||||
unsigned int modeline_width, modeline_height;
|
||||
static uint32_t vm_width;
|
||||
static uint32_t vm_height;
|
||||
#endif
|
||||
|
||||
image_height = height;
|
||||
|
@ -463,9 +463,6 @@ unsigned long xswamask;
|
||||
int depth;
|
||||
#ifdef CONFIG_XF86VM
|
||||
int vm=0;
|
||||
unsigned int modeline_width, modeline_height;
|
||||
static uint32_t vm_width;
|
||||
static uint32_t vm_height;
|
||||
#endif
|
||||
//end of vo_xv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user