summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-05-26 16:18:43 +0000
committertruelight <truelight@openttd.org>2007-05-26 16:18:43 +0000
commit35a1668bd4a7408ba29a9d7f4561e96621360aa0 (patch)
treef30aa3fafdc4cd119238c8e903920186fbce6e04 /src
parenta856c160ef8c8554911bb54ca8eb154ad591a914 (diff)
downloadopenttd-35a1668bd4a7408ba29a9d7f4561e96621360aa0.tar.xz
(svn r9937) -Codechange: don't define a function that is never declared or used
Diffstat (limited to 'src')
-rw-r--r--src/gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gfx.h b/src/gfx.h
index 418fc277c..3b68028bb 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();