(svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc.

This commit is contained in:
frosch
2013-05-26 19:24:37 +00:00
parent b6d76c4d4c
commit 8c4714ad90
5 changed files with 4 additions and 14 deletions

View File

@@ -16,6 +16,4 @@ void AllocateToolbar();
void ToggleBoundingBoxes();
void ToggleDirtyBlocks();
extern int16 *_preferred_toolbar_size;
#endif /* TOOLBAR_GUI_H */