From 000a9e77b0d1d98278eb9b991156a14faffcfd3b Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Thu, 18 Aug 2011 13:29:16 +0000 Subject: [PATCH] Remove a couple of unused forward declarations. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/webview_webkit.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/wx/osx/webview_webkit.h b/include/wx/osx/webview_webkit.h index 5278ca6..0be4e25 100644 --- a/include/wx/osx/webview_webkit.h +++ b/include/wx/osx/webview_webkit.h @@ -25,9 +25,6 @@ // Web Kit Control // ---------------------------------------------------------------------------- -class wxMacControl; -class wxWidgetCocoaImpl; - class WXDLLIMPEXP_WEB wxWebViewWebKit : public wxWebView { public: -- 2.7.4