1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-04 07:09:30 +00:00

(svn r13101) -Codechange: remove a unused global function.

This commit is contained in:
rubidium
2008-05-15 13:47:22 +00:00
parent 76b8970a33
commit d1ab9908bc

View File

@@ -230,6 +230,5 @@ static inline SpriteID GetPlayerFaceSprite(PlayerFace pf, PlayerFaceVariable pfv
void DrawPlayerFace(PlayerFace face, int color, int x, int y);
PlayerFace ConvertFromOldPlayerFace(uint32 face);
bool IsValidPlayerFace(PlayerFace pf);
void DrawFaceStringLabel(const Window *w, byte widget_index, StringID str, uint8 val, bool is_bool_widget);
#endif /* PLAYER_FACE_H */