]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
wxMutex changes (explicitly specify the type), return values for all wxMutex/wxSemaph...
[wxWidgets.git] / include / wx / msw / toplevel.h
index fc21871ac36c2ede9636e8c60ba6d1b2e8c85277..6f14456c2ee2e4efc1f089b9a602ada9572794f4 100644 (file)
@@ -99,9 +99,6 @@ protected:
     // choose the right parent to use with CreateWindow()
     virtual WXHWND MSWGetParent() const;
 
-    // we handle WM_NCACTIVATE specially here
-    virtual long MSWWindowProc(WXUINT msg, WXWPARAM wParam, WXLPARAM lParam);
-
     // is the window currently iconized?
     bool m_iconized;