mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 12:24:15 +00:00
(svn r9937) -Codechange: don't define a function that is never declared or used
This commit is contained in:
parent
a856c160ef
commit
35a1668bd4
@ -244,7 +244,6 @@ bool FillDrawPixelInfo(DrawPixelInfo* n, int left, int top, int width, int heigh
|
|||||||
/* window.cpp */
|
/* window.cpp */
|
||||||
void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
|
void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
|
||||||
|
|
||||||
void SetMouseCursor(CursorID cursor);
|
|
||||||
void SetMouseCursor(SpriteID sprite, SpriteID pal);
|
void SetMouseCursor(SpriteID sprite, SpriteID pal);
|
||||||
void SetAnimatedMouseCursor(const AnimCursor *table);
|
void SetAnimatedMouseCursor(const AnimCursor *table);
|
||||||
void CursorTick();
|
void CursorTick();
|
||||||
|
Loading…
Reference in New Issue
Block a user