(svn r9937) -Codechange: don't define a function that is never declared or used
authortruelight
Sat, 26 May 2007 16:18:43 +0000
changeset 7201 617507cf68f6
parent 7200 eb3c2fb81091
child 7202 9d98a1c9958b
(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();