From b0bf0e50ea2616473b4157124f38de7e8eb74a2b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 22 May 2007 01:34:10 +0000 Subject: [PATCH] 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 --- src/gtk1/utilsgtk.cpp | 11 ----------- 1 file changed, 11 deletions(-) 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; -} -- 2.45.2