From: Robin Dunn Date: Thu, 15 Apr 2004 19:56:20 +0000 (+0000) Subject: Remove use of m_bestSize X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9c97d337bfe0482fe5f80588f2ba29446293b39e Remove use of m_bestSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/contrib/activex/wxie/wxactivex.cpp b/wxPython/contrib/activex/wxie/wxactivex.cpp index 46f372c9ee..5e122af8b5 100644 --- a/wxPython/contrib/activex/wxie/wxactivex.cpp +++ b/wxPython/contrib/activex/wxie/wxactivex.cpp @@ -255,7 +255,6 @@ wxWindow(parent, id, pos, size, style, name) m_bAmbientUserMode = true; m_docAdviseCookie = 0; CreateActiveX(clsid); - m_bestSize = GetSize(); } wxActiveX::wxActiveX(wxWindow * parent, const wxString& progId, wxWindowID id, @@ -268,7 +267,6 @@ wxActiveX::wxActiveX(wxWindow * parent, const wxString& progId, wxWindowID id, m_bAmbientUserMode = true; m_docAdviseCookie = 0; CreateActiveX((LPOLESTR) (const wchar_t *) progId.wc_str(wxConvUTF8)); - m_bestSize = GetSize(); } wxActiveX::~wxActiveX()