(svn r9937) -Codechange: don't define a function that is never declared or used
authortruelight
Sat, 26 May 2007 16:18:43 +0000
changeset 6705 80f53cb28f3f
parent 6704 c18d958abfdb
child 6706 bfbaaa96b51b
(svn r9937) -Codechange: don't define a function that is never declared or used
src/gfx.h
--- a/src/gfx.h	Sat May 26 15:20:13 2007 +0000
+++ b/src/gfx.h	Sat May 26 16:18:43 2007 +0000
@@ -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();