]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
wxPlatformInfo (patch 1532064)
[wxWidgets.git] / include / wx / msw / toplevel.h
index cc6e9164660f68021fcced6654cf9bb180b3bc98..64359f658d10943442ddf683f5b17c2cad8e8842 100644 (file)
@@ -103,9 +103,6 @@ public:
     // choose the right parent to use with CreateWindow()
     virtual WXHWND MSWGetParent() const;
 
-    // return true if the message was preprocessed and shouldn't be dispatched
-    virtual bool MSWProcessMessage(WXMSG* pMsg);
-
     // window proc for the frames
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);