]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/samples/demo/wxinfo.h
Compile fix for GTK 1.0
[wxWidgets.git] / utils / framelayout / samples / demo / wxinfo.h
index 9e9d135ab467bb6fde572784c434b64429a68a14..5f8ddda16088a0f98b6bcc1babe737c2fd8b117a 100644 (file)
@@ -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