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

This commit is contained in:
Jeff Young
2019-07-05 14:45:15 +01:00
parent fffb0d340f
commit eeae94b4b6
-4
View File
@@ -158,10 +158,6 @@ void EDA_BASE_FRAME::windowClosing( wxCloseEvent& event )
EDA_BASE_FRAME::~EDA_BASE_FRAME()
{
delete m_autoSaveTimer;
// This is needed for OSX: avoids further OnDraw processing after this
// destructor and before the native window is destroyed
this->Freeze();
}