]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove out of date osx defines.
authorSteve Lamerton <steve.lamerton@gmail.com>
Tue, 5 Jul 2011 13:40:00 +0000 (13:40 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Tue, 5 Jul 2011 13:40:00 +0000 (13:40 +0000)
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

index dee0a4c435fb68ab58346a8648beec57a8083eb8..f0e5eacc106612c2fabf6ff129dd8bbb8e419673 100644 (file)
@@ -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_