(svn r2209) - CodeChange: [ 1184348 ] Remove unused _newspaper_flag that was supposed to be some ugly hack for chatting (gonewacko)

This commit is contained in:
Darkvater
2005-04-16 18:09:24 +00:00
parent 6edd6a850a
commit 0fa9c23225
3 changed files with 1 additions and 4 deletions

1
gui.h
View File

@@ -142,7 +142,6 @@ void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth,
void ShowMusicWindow(void);
/* main_gui.c */
VARDEF byte _newspaper_flag;
VARDEF byte _construct_mode;
VARDEF byte _station_show_coverage;
VARDEF PlaceProc *_place_proc;