# HG changeset patch # User rubidium # Date 1210859242 0 # Node ID 4725db1bde95a7207fd5adc3dd3937ef3fcf5981 # Parent 02827bf3dc03fee353fb7539cca62b2f6359c7a7 (svn r13101) -Codechange: remove a unused global function. diff --git a/src/player_face.h b/src/player_face.h --- a/src/player_face.h +++ b/src/player_face.h @@ -230,6 +230,5 @@ 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 */