X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5bdc3b1d4a6585edbe4416e5f7dfb02b6ab771af..b480d851282158791498ebdd7b5ff186fb8ecec3:/user/wxLayout/wxlwindow.h?ds=sidebyside diff --git a/user/wxLayout/wxlwindow.h b/user/wxLayout/wxlwindow.h index 080ff000ee..f943c10773 100644 --- a/user/wxLayout/wxlwindow.h +++ b/user/wxLayout/wxlwindow.h @@ -116,10 +116,6 @@ public: */ void DoPaint(const wxRect *updateRect = NULL); -#ifdef __WXMSW__ - virtual long MSWGetDlgCode(); -#endif //MSW - /// if exact == false, assume 50% extra size for the future void ResizeScrollbars(bool exact = false); // don't change this to true! @@ -191,7 +187,7 @@ protected: bool m_HaveFocus; /// do we handle clicks of the right mouse button? bool m_DoPopupMenu; - /// Should InternalPaint() scroll to cursor. + /// Should InternalPaint() scroll to cursor (VZ: seems unused any more) bool m_ScrollToCursor; /// Do we currently have a non-standard cursor? bool m_HandCursor;