From 880d76dfb12d4e8466df30d641bb25c6f71bd398 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 14 Jan 2013 16:08:21 +0000 Subject: [PATCH] enum wxWebViewBackend has been removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/webview.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 88b2149..933b45b 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -93,21 +93,6 @@ enum wxWebViewFindFlags wxWEB_VIEW_FIND_DEFAULT = 0 }; -/** - * List of available backends for wxWebView - */ -enum wxWebViewBackend -{ - /** Value that may be passed to wxWebView to let it pick an appropriate - * engine for the current platform*/ - wxWEB_VIEW_BACKEND_DEFAULT, - - /** The WebKit web engine */ - wxWEB_VIEW_BACKEND_WEBKIT, - - /** Use Microsoft Internet Explorer as web engine */ - wxWEB_VIEW_BACKEND_IE -}; /** @class wxWebViewHistoryItem -- 2.7.4