X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af11388a6210ffc2d588ea852cea103511c50f08..34a1d7328f198b5ad31c33a07a6078f089feb45f:/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