mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r9937) -Codechange: don't define a function that is never declared or used
This commit is contained in:
parent
0c13d00735
commit
ba85ab33d6
@ -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