diff options
author | rubidium <rubidium@openttd.org> | 2008-05-15 13:47:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-15 13:47:22 +0000 |
commit | d1ab9908bc10190160eb7d952ad6187e32738802 (patch) | |
tree | e8bd16f5b6fadc9f80b290a888e8d567be5abb22 /src | |
parent | 76b8970a33a9dfad23fe14d92813f21385594986 (diff) | |
download | openttd-d1ab9908bc10190160eb7d952ad6187e32738802.tar.xz |
(svn r13101) -Codechange: remove a unused global function.
Diffstat (limited to 'src')
-rw-r--r-- | src/player_face.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player_face.h b/src/player_face.h index eb75e47bc..c7f049e7a 100644 --- a/src/player_face.h +++ b/src/player_face.h @@ -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 */ |