From 2339d6dfa596f39741ce5e6b4cb65ddde6e5686a Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Fri, 15 Jul 2011 18:49:40 +0000 Subject: [PATCH] Remove some code that shouldn't be in the interface file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/webview.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index da6f95214c..4e7ec44983 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -288,12 +288,7 @@ public: @param baseUrl URL assigned to the HTML data, to be used to resolve relative paths, for instance. */ - virtual void SetPage(wxInputStream& html, wxString baseUrl) - { - wxStringOutputStream stream; - stream.Write(html); - SetPage(stream.GetString(), baseUrl); - } + virtual void SetPage(wxInputStream& html, wxString baseUrl); /** Stop the current page loading process, if any. -- 2.45.2