1
0
Fork 0

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

release/0.7
rubidium 2008-05-15 13:47:22 +00:00
parent 76b8970a33
commit d1ab9908bc
1 changed files with 0 additions and 1 deletions

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 */