summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-09-20 10:08:10 +0000
committeralberth <alberth@openttd.org>2009-09-20 10:08:10 +0000
commit17a52eb8527181394fb22b0f064844e743b18279 (patch)
tree58df5875a43570260938b31ed575ec687874123d /src/town_gui.cpp
parent9ba9e31495bed771e5570a89e78e908f7d9286c8 (diff)
downloadopenttd-17a52eb8527181394fb22b0f064844e743b18279.tar.xz
(svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a header file to allow sharing.
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 47374fc03..a6f811791 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -76,8 +76,6 @@ static const NWidgetPart _nested_town_authority_widgets[] = {
NWidget(WWT_PUSHTXTBTN, COLOUR_BROWN, TWA_EXECUTE), SetMinimalSize(317, 12), SetDataTip(STR_LOCAL_AUTHORITY_DO_IT_BUTTON, STR_LOCAL_AUTHORITY_DO_IT_TOOLTIP),
};
-extern const byte _town_action_costs[8];
-
struct TownAuthorityWindow : Window {
private:
Town *town;