(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there.

This commit is contained in:
rubidium
2008-05-08 12:59:47 +00:00
parent 23fc96c3e8
commit 9ed36409c5
3 changed files with 20 additions and 22 deletions

View File

@@ -577,7 +577,6 @@ Wcls *AllocateWindowDescFront(const WindowDesc *desc, int window_number, void *d
void DrawWindowViewport(const Window *w);
int GetMenuItemIndex(const Window *w, int x, int y);
void RelocateAllWindows(int neww, int newh);
/* misc_gui.cpp */