(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.

This commit is contained in:
rubidium
2008-05-17 12:26:00 +00:00
parent 976f86e7a7
commit d8154e00ac
3 changed files with 11 additions and 17 deletions

View File

@@ -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