]> git.saurik.com Git - wxWidgets.git/commitdiff
remove GetStandardCmdLineOptions() which is not needed for wxGTK1
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 May 2007 01:34:10 +0000 (01:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 May 2007 01:34:10 +0000 (01:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk1/utilsgtk.cpp

index 0626cfa3773104b1fda9f6c912f5c2224b8665ea..8e8b604bdac9b34cf1b541570ee05df8e0212ece 100644 (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;
-}