This doesn't appear to be needed anymore (and causes crashes).

This commit is contained in:
Jeff Young 2019-07-03 21:12:22 +01:00
parent fffb0d340f
commit eeae94b4b6
1 changed files with 0 additions and 4 deletions

View File

@ -158,10 +158,6 @@ void EDA_BASE_FRAME::windowClosing( wxCloseEvent& event )
EDA_BASE_FRAME::~EDA_BASE_FRAME() EDA_BASE_FRAME::~EDA_BASE_FRAME()
{ {
delete m_autoSaveTimer; delete m_autoSaveTimer;
// This is needed for OSX: avoids further OnDraw processing after this
// destructor and before the native window is destroyed
this->Freeze();
} }