X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e1e0ea90a9ea172ee6d38f0dbb37aacc5ba449c..fe943278df5f54ed8d30665075a704d394f4c718:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 728c9f6cb9..f68fddcbf0 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -504,17 +504,3 @@ wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names, } #endif // __UNIX__ - -#ifdef GDK_WINDOWING_BROADWAY - -bool wxLaunchDefaultApplication(const wxString& document, int flags) -{ - return false; -} - -bool wxDoLaunchDefaultBrowser(const wxString& url, int flags) -{ - return false; -} - -#endif