]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
made pre-compiling the python files optional
[wxWidgets.git] / include / wx / list.h
index 32444309a5f5811a81fe75dcc11b6c96793c5927..def8cc171345046edafa4d118e7966ee0565bd34 100644 (file)
@@ -76,11 +76,6 @@ class WXDLLEXPORT wxList: public wxObject
   wxList(int N, wxObject *Objects[]);
   wxList(wxObject *object, ...);
   
-#ifdef USE_STORABLE_CLASSES
-  wxList( istream &stream, char *data );
-  virtual void StoreObject( ostream &stream );
-#endif
-  
   ~wxList(void);
 
   inline int Number(void) const { return n; }