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_