(svn r3159) Remove the read-only variable _no_button_sound

This commit is contained in:
tron
2005-11-09 11:32:15 +00:00
parent 7d888a5715
commit a20b9c2240
2 changed files with 1 additions and 2 deletions

1
gui.h
View File

@@ -146,7 +146,6 @@ void ShowMusicWindow(void);
VARDEF byte _construct_mode;
VARDEF byte _station_show_coverage;
VARDEF PlaceProc *_place_proc;
VARDEF bool _no_button_sound;
/* vehicle_gui.c */
void InitializeGUI(void);