diff options
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r-- | src/town_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp index f88eeb956..ee59f44fd 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -30,7 +30,6 @@ static const Widget _town_authority_widgets[] = { }; extern const byte _town_action_costs[8]; -extern void DrawPlayerIcon(PlayerID pid, int x, int y); /** Get a list of available actions to do at a town. * @param *nump if not NULL add put the number of available actions in it |