mirror of https://github.com/OpenTTD/OpenTTD
(svn r13101) -Codechange: remove a unused global function.
parent
76b8970a33
commit
d1ab9908bc
|
@ -230,6 +230,5 @@ static inline SpriteID GetPlayerFaceSprite(PlayerFace pf, PlayerFaceVariable pfv
|
||||||
void DrawPlayerFace(PlayerFace face, int color, int x, int y);
|
void DrawPlayerFace(PlayerFace face, int color, int x, int y);
|
||||||
PlayerFace ConvertFromOldPlayerFace(uint32 face);
|
PlayerFace ConvertFromOldPlayerFace(uint32 face);
|
||||||
bool IsValidPlayerFace(PlayerFace pf);
|
bool IsValidPlayerFace(PlayerFace pf);
|
||||||
void DrawFaceStringLabel(const Window *w, byte widget_index, StringID str, uint8 val, bool is_bool_widget);
|
|
||||||
|
|
||||||
#endif /* PLAYER_FACE_H */
|
#endif /* PLAYER_FACE_H */
|
||||||
|
|
Loading…
Reference in New Issue