No changes, just remove wxSplitterWindow::{Set,Get}NeedUpdating().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 19:48:34 +0000 (19:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 19:48:34 +0000 (19:48 +0000)
commit8219f7f98211cdf964466d130fd71a87e2282682
tree578d772ed5ed6050c16d52078f3ecb96ac4e4e79
parentd3f6b1b575958dcd38c903082563a0ba60a0f5a9
No changes, just remove wxSplitterWindow::{Set,Get}NeedUpdating().

GetNeedUpdating() was never used at all while SetNeedUpdating() was used only
once while m_needUpdating variable was being changed directly in other places
making the code difficult to follow.

Just use the member variable directly and remove the accessors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/splitter.h
src/generic/splitter.cpp