X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af11388a6210ffc2d588ea852cea103511c50f08..a95cdab85c5e5abb2d40e594663f120db3675bb4:/utils/framelayout/samples/demo/wxinfo.h diff --git a/utils/framelayout/samples/demo/wxinfo.h b/utils/framelayout/samples/demo/wxinfo.h index 9e9d135ab4..5f8ddda160 100644 --- a/utils/framelayout/samples/demo/wxinfo.h +++ b/utils/framelayout/samples/demo/wxinfo.h @@ -15,7 +15,6 @@ #include "wx/object.h" #include "wx/treectrl.h" -#include "objstore.h" /* * creates tree with hierarchically cauptured @@ -33,9 +32,4 @@ void wxCreateClassInfoTree( wxTreeCtrl* pTree, * NOTE:: "objstore.cpp" should be compiled in */ -void wxCreateSerializerInfoTree( wxTreeCtrl* pTree, // existing tree control - wxTreeItemId parentBranchId, - long classImageNo = -1 // (-1) - text only - ); - #endif