[PATCH 4/4] winex11: Remove a redundant forward declaration.

Henri Verbeet hverbeet at codeweavers.com
Wed Mar 9 12:16:18 CST 2011


---
 dlls/winex11.drv/mouse.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index a527a2e..6378641 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -97,8 +97,6 @@ static DWORD last_time_modified;
 static XContext cursor_context;
 static Cursor create_cursor( HANDLE handle );
 
-BOOL CDECL X11DRV_SetCursorPos( INT x, INT y );
-
 
 /***********************************************************************
  *		X11DRV_Xcursor_Init
-- 
1.7.3.4




More information about the wine-patches mailing list