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:
@@ -215,14 +215,3 @@ void wxGUIAppTraits::SetLocale()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxString
|
|
||||||
wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names,
|
|
||||||
wxArrayString& desc) const
|
|
||||||
{
|
|
||||||
wxString usage;
|
|
||||||
|
|
||||||
wxUnusedVar(names);
|
|
||||||
wxUnusedVar(desc);
|
|
||||||
|
|
||||||
return usage;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user