X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/175363f6b89e94e6d5f7dc39235fbc3f2989d763..04fa04d8067d235ab45b5bc05b65f0679634b541:/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,