From: Steve Lamerton Date: Fri, 15 Jul 2011 18:49:40 +0000 (+0000) Subject: Remove some code that shouldn't be in the interface file. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2339d6dfa596f39741ce5e6b4cb65ddde6e5686a 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 --- 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.