remove GetStandardCmdLineOptions() which is not needed for wxGTK1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-22 01:34:10 +00:00
parent fbaf7d4513
commit b0bf0e50ea

View File

@@ -215,14 +215,3 @@ void wxGUIAppTraits::SetLocale()
}
#endif
wxString
wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names,
wxArrayString& desc) const
{
wxString usage;
wxUnusedVar(names);
wxUnusedVar(desc);
return usage;
}