Remove wxSplitterWindow::m_checkRequestedSashPosition.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 19:48:38 +0000 (19:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 19:48:38 +0000 (19:48 +0000)
commit31174267f861bac32def6f023cfc718fa40a777d
tree3d154da4d7a928335ac181b4e2f044b8104f26f7
parent8219f7f98211cdf964466d130fd71a87e2282682
Remove wxSplitterWindow::m_checkRequestedSashPosition.

This variable seemed to be redundant with m_requestedSashPosition being set to
INT_MAX so harmonise the code to always check for the latter and get rid of
the former.

There should be no observable changes in behaviour.

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