Mercurial > hg > openttd
diff src/station_gui.cpp @ 6247:57363e064324 draft
(svn r9050) -Codechange: Foo(void) -> Foo()
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 07 Mar 2007 11:47:46 +0000 |
parents | eb0fdb88a922 |
children | 0789677a15a0 |
line wrap: on
line diff
--- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -170,7 +170,7 @@ } plstations_d; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(plstations_d)); -void RebuildStationLists(void) +void RebuildStationLists() { Window* const *wz; @@ -183,7 +183,7 @@ } } -void ResortStationLists(void) +void ResortStationLists() { Window* const *wz;