X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/175363f6b89e94e6d5f7dc39235fbc3f2989d763..404b319a85dadd7decf7a5a5331020520031a41c:/src/generic/treebkg.cpp diff --git a/src/generic/treebkg.cpp b/src/generic/treebkg.cpp index 5cb6d44cc8..140829ad6a 100644 --- a/src/generic/treebkg.cpp +++ b/src/generic/treebkg.cpp @@ -556,11 +556,6 @@ bool wxTreebook::SetPageImage(size_t n, int imageId) return true; } -int wxTreebook::GetSelection() const -{ - return m_selection; -} - int wxTreebook::DoSetSelection(size_t pagePos, int flags) { wxCHECK_MSG( IS_VALID_PAGE(pagePos), wxNOT_FOUND,