Removed some unused parameter warnings; compile error in dialup.cpp corrected;
some commits are redundant (sorry) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -817,7 +817,7 @@ void wxFileDialog::HandleAction( const wxString &fn )
|
||||
wxDialog::OnOK(event);
|
||||
}
|
||||
|
||||
void wxFileDialog::OnListOk( wxCommandEvent &event )
|
||||
void wxFileDialog::OnListOk( wxCommandEvent &WXUNUSED(event) )
|
||||
{
|
||||
HandleAction( m_text->GetValue() );
|
||||
}
|
||||
@@ -881,7 +881,7 @@ wxString
|
||||
wxFileSelectorEx(const wxChar *message,
|
||||
const wxChar *default_path,
|
||||
const wxChar *default_filename,
|
||||
int *indexDefaultExtension,
|
||||
int *WXUNUSED(indexDefaultExtension),
|
||||
const wxChar *wildcard,
|
||||
int flags,
|
||||
wxWindow *parent,
|
||||
|
Reference in New Issue
Block a user