remove unused member functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2014-04-04 16:46:00 +00:00
parent 9b41d18b25
commit 70b7d04f0b
2 changed files with 0 additions and 7 deletions

View File

@ -48,7 +48,6 @@ public:
m_finished = false;
}
void AcceptChangesAndFinish();
void SetFocusOnIdle( bool focus = true ) { m_focusOnIdle = focus; }
protected:

View File

@ -427,12 +427,6 @@ public:
{
}
bool IsSameAs(const wxDataViewCheckIconText& other) const
{
return wxDataViewIconText::IsSameAs(other) &&
m_checkedState == other.m_checkedState;
}
// There is no encapsulation anyhow, so just expose this field directly.
wxCheckBoxState m_checkedState;