remove unused data member

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-12-01 16:23:48 +00:00
parent 589d208299
commit 0f52f61085
5 changed files with 5 additions and 7 deletions

View File

@@ -2088,7 +2088,7 @@ bool wxWindowGTK::Create( wxWindow *parent,
#endif
m_wxwindow = wxPizza::New(m_windowStyle,this);
m_wxwindow = wxPizza::New(m_windowStyle);
#ifndef __WXUNIVERSAL__
if (HasFlag(wxPizza::BORDER_STYLES))
{