From: Vadim Zeitlin Date: Tue, 22 May 2007 01:34:10 +0000 (+0000) Subject: remove GetStandardCmdLineOptions() which is not needed for wxGTK1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b0bf0e50ea2616473b4157124f38de7e8eb74a2b?ds=inline 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 --- diff --git a/src/gtk1/utilsgtk.cpp b/src/gtk1/utilsgtk.cpp index 0626cfa377..8e8b604bda 100644 --- a/src/gtk1/utilsgtk.cpp +++ b/src/gtk1/utilsgtk.cpp @@ -215,14 +215,3 @@ void wxGUIAppTraits::SetLocale() } #endif -wxString -wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names, - wxArrayString& desc) const -{ - wxString usage; - - wxUnusedVar(names); - wxUnusedVar(desc); - - return usage; -}