]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Rebake from clean wx tree.
[wxWidgets.git] / include / wx / msw / textctrl.h
index 1da13fffd280cedf9560ef8376881f488955edf3..5354104c74d6b488380a50ad3a3e9fc4b7e8bfec 100644 (file)
@@ -108,7 +108,7 @@ public:
 
     // Implementation from now on
     // --------------------------
+
 #if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
     virtual void SetDropTarget(wxDropTarget *dropTarget);
 #endif // wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
@@ -179,7 +179,6 @@ public:
 
     virtual bool MSWShouldPreProcessMessage(WXMSG* pMsg);
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-    virtual wxVisualAttributes GetDefaultAttributes() const;
 
 protected:
     // common part of all ctors