summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-17 12:26:00 +0000
committerrubidium <rubidium@openttd.org>2008-05-17 12:26:00 +0000
commitd8154e00ac8b0df7ad0ac94c90a393aa5096e573 (patch)
tree6a1f76d6e0fff03ef2d0ce4e714e6452f929090b /src/window_gui.h
parent976f86e7a755d953e232257fcb017781f26e5265 (diff)
downloadopenttd-d8154e00ac8b0df7ad0ac94c90a393aa5096e573.tar.xz
(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
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