Do not initialize member variables of base classes

This commit is contained in:
Cătălin Răceanu 2019-02-26 23:32:38 +02:00
parent d34017f656
commit e6e6b1ea38

View File

@ -90,8 +90,6 @@ wxIMPLEMENT_CLASS(wxClientDCImpl,wxWindowDCImpl);
wxClientDCImpl::wxClientDCImpl( wxDC *owner )
: wxWindowDCImpl( owner )
{
m_window = NULL;
m_qtPainter = NULL;
}
wxClientDCImpl::wxClientDCImpl( wxDC *owner, wxWindow *win )