mirror of
https://github.com/mpv-player/mpv
synced 2025-04-26 13:19:12 +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
|
#ifdef CONFIG_XF86VM
|
||||||
int vm = 0;
|
int vm = 0;
|
||||||
unsigned int modeline_width, modeline_height;
|
|
||||||
static uint32_t vm_width;
|
|
||||||
static uint32_t vm_height;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
vo_mouse_autohide = 1;
|
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;
|
vo_window = WinID ? ((Window) WinID) : mRootWin;
|
||||||
if (WinID)
|
if (WinID)
|
||||||
{
|
{
|
||||||
int border;
|
|
||||||
XUnmapWindow(mDisplay, vo_window);
|
XUnmapWindow(mDisplay, vo_window);
|
||||||
XChangeWindowAttributes(mDisplay, vo_window, xswamask,
|
XChangeWindowAttributes(mDisplay, vo_window, xswamask,
|
||||||
&xswa);
|
&xswa);
|
||||||
|
@ -89,8 +89,7 @@ static int flip_flag;
|
|||||||
|
|
||||||
static int int_pause;
|
static int int_pause;
|
||||||
|
|
||||||
static Window mRoot;
|
static uint32_t drwX, drwY;
|
||||||
static uint32_t drwX, drwY, drwBorderWidth, drwDepth;
|
|
||||||
static uint32_t max_width = 0, max_height = 0; // zero means: not set
|
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,
|
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
|
#ifdef CONFIG_XF86VM
|
||||||
int vm = 0;
|
int vm = 0;
|
||||||
unsigned int modeline_width, modeline_height;
|
|
||||||
static uint32_t vm_width;
|
|
||||||
static uint32_t vm_height;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
image_height = height;
|
image_height = height;
|
||||||
|
@ -463,9 +463,6 @@ unsigned long xswamask;
|
|||||||
int depth;
|
int depth;
|
||||||
#ifdef CONFIG_XF86VM
|
#ifdef CONFIG_XF86VM
|
||||||
int vm=0;
|
int vm=0;
|
||||||
unsigned int modeline_width, modeline_height;
|
|
||||||
static uint32_t vm_width;
|
|
||||||
static uint32_t vm_height;
|
|
||||||
#endif
|
#endif
|
||||||
//end of vo_xv
|
//end of vo_xv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user