]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treebkg.cpp
Compilation fix for wxMSW build without PCH.
[wxWidgets.git] / src / generic / treebkg.cpp
index 5cb6d44cc852ac5de6aeff2525769dca6f45c693..140829ad6a26e650cf9e0ccda4b3052c40e1efcd 100644 (file)
@@ -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,