X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..b039c367cd7c1085d4175d3f87710a6f00e28fb4:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index 32444309a5..def8cc1713 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -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; }