diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index 14e666a63..fbc39f030 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -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 */ |