diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index c731226806..37a0253954 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -184,7 +184,6 @@ enum { // These will dissappear in 2.8 wxOPEN, wxSAVE, - wxHIDE_READONLY, wxOVERWRITE_PROMPT, wxFILE_MUST_EXIST, wxMULTIPLE, @@ -283,10 +282,6 @@ example:: \"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\" ", ""); - DocDeclStr( - void , SetStyle(long style), - "Sets the dialog style.", ""); - DocDeclStr( void , SetFilterIndex(int filterIndex), "Sets the default filter index, starting from zero.", ""); @@ -311,10 +306,6 @@ example:: wxString , GetWildcard() const, "Returns the file dialog wildcard.", ""); - DocDeclStr( - long , GetStyle() const, - "Returns the dialog style.", ""); - DocDeclStr( int , GetFilterIndex() const, "Returns the index into the list of filters supplied, optionally, in