X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85b38e0bd12e376b5ecebac69de539dea5232332..d64396087f37acb856849381cc2cadc7c61c302f:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index ed8bfdd743..508875a488 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -424,17 +424,11 @@ public: // Override these methods for windows that have a virtual size // independent of their client size. eg. the virtual area of a - // wxScrolledWindow. Default is to return m_virtualSize unless - // the client size is bigger. + // wxScrolledWindow. virtual void DoSetVirtualSize( int x, int y ); virtual wxSize DoGetVirtualSize() const; - - // Really return just m_virtualSize, nothing else - - wxSize GetPureVirtualSize() const { return m_virtualSize; } - // Return the largest of ClientSize and BestSize (as determined // by a sizer, interior children, or other means)