diff options
author | truelight <truelight@openttd.org> | 2007-05-26 16:18:43 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-05-26 16:18:43 +0000 |
commit | 35a1668bd4a7408ba29a9d7f4561e96621360aa0 (patch) | |
tree | f30aa3fafdc4cd119238c8e903920186fbce6e04 | |
parent | a856c160ef8c8554911bb54ca8eb154ad591a914 (diff) | |
download | openttd-35a1668bd4a7408ba29a9d7f4561e96621360aa0.tar.xz |
(svn r9937) -Codechange: don't define a function that is never declared or used
-rw-r--r-- | src/gfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |