one call is enough

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2014-08-11 07:07:46 +00:00
parent 166bda1505
commit 53fc25b609

View File

@ -427,7 +427,6 @@ bool wxWebKitCtrl::Create(wxWindow *parent,
*/
// now create and attach WebKit view...
DontCreatePeer();
DontCreatePeer();
wxControl::Create(parent, winID, pos, size, style , validator , name);
#if wxOSX_USE_CARBON
wxMacControl* peer = new wxMacControl(this);