(svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created.

This commit is contained in:
rubidium
2008-05-15 19:00:20 +00:00
parent 8ba6f08ca6
commit eeb6381690
3 changed files with 40 additions and 47 deletions

View File

@@ -5,8 +5,6 @@
#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H
#include "window_type.h"
Window *AllocateToolbar();
void AllocateToolbar();
#endif /*TOOLBAR_GUI_H*/