From d8154e00ac8b0df7ad0ac94c90a393aa5096e573 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 May 2008 12:26:00 +0000 Subject: (svn r13138) -Codechange: remove the need for IsWindowOfPrototype. --- src/window.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index c9bead7fd..a1222f17c 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -796,11 +796,6 @@ static Window *ForceFindDeletableWindow() NOT_REACHED(); } -bool IsWindowOfPrototype(const Window *w, const Widget *widget) -{ - return (w->original_widget == widget); -} - /** * Assign widgets to a new window by initialising its widget pointers, and by * copying the widget array \a widget to \c w->widget to allow for resizable -- cgit v1.2.3-54-g00ecf