diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index 8d527f95f..44b915a15 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -598,8 +598,6 @@ enum WindowFlags { Window *BringWindowToFrontById(WindowClass cls, WindowNumber number); Window *FindWindowFromPt(int x, int y); -bool IsWindowOfPrototype(const Window *w, const Widget *widget); - /** * Open a new window. * @param *desc The pointer to the WindowDesc to be created |