changeset 9235:4725db1bde95 draft

(svn r13101) -Codechange: remove a unused global function.
author rubidium <rubidium@openttd.org>
date Thu, 15 May 2008 13:47:22 +0000
parents 02827bf3dc03
children 3a17adfbf876
files src/player_face.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */