changeset 6705:91c21db762d5 draft

(svn r9937) -Codechange: don't define a function that is never declared or used
author truelight <truelight@openttd.org>
date Sat, 26 May 2007 16:18:43 +0000
parents 245ee4529876
children 1ccff3d6924e
files src/gfx.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -244,7 +244,6 @@
 /* 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();