Removed redundant fixme comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b229c8a911
commit
d515343ca2
@ -987,8 +987,6 @@ wxGenericFileDialog::wxGenericFileDialog(wxWindow *parent,
|
||||
mainsizer->Add( choicesizer, 0, wxEXPAND );
|
||||
}
|
||||
|
||||
// FIXME - memory leaks!!
|
||||
|
||||
m_choice->Append( firstWildText, (void*) new wxString( firstWild ) );
|
||||
while (tokens.HasMoreTokens())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user