From 25b7299d16d5601cd95088f8807bf46abc0c9a53 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Tue, 5 Jul 2011 13:40:00 +0000 Subject: [PATCH] Remove out of date osx defines. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/webview_webkit.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/wx/osx/webview_webkit.h b/include/wx/osx/webview_webkit.h index dee0a4c435..f0e5eacc10 100644 --- a/include/wx/osx/webview_webkit.h +++ b/include/wx/osx/webview_webkit.h @@ -17,9 +17,6 @@ #if wxUSE_WEBKIT && (defined(__WXMAC__) || defined(__WXCOCOA__)) -// TODO: define this in setup.h ? -#define wxHAVE_WEB_BACKEND_OSX_WEBKIT 1 - #include "wx/control.h" #include "wx/webview.h" @@ -132,11 +129,6 @@ private: //TODO: look into using DECLARE_WXCOCOA_OBJC_CLASS rather than this. }; - -#else -// TODO: define this in setup.h ? -#define wxHAVE_WEB_BACKEND_OSX_WEBKIT 0 - #endif // wxUSE_WEBKIT #endif // _WX_WEBKIT_H_ -- 2.45.2