diff options
Diffstat (limited to 'src/window.cpp')
-rw-r--r-- | src/window.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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 |