From ba85ab33d6dbea92abc11aba4c3ea8bf2536e18e Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 26 May 2007 16:18:43 +0000 Subject: [PATCH] (svn r9937) -Codechange: don't define a function that is never declared or used --- src/gfx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gfx.h b/src/gfx.h index 418fc277c3..3b68028bb0 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -244,7 +244,6 @@ bool FillDrawPixelInfo(DrawPixelInfo* n, int left, int top, int width, int heigh /* window.cpp */ void DrawOverlappedWindowForAll(int left, int top, int right, int bottom); -void SetMouseCursor(CursorID cursor); void SetMouseCursor(SpriteID sprite, SpriteID pal); void SetAnimatedMouseCursor(const AnimCursor *table); void CursorTick();