diff --git a/kicad/kicad_manager_frame.cpp b/kicad/kicad_manager_frame.cpp index d3156e8026..c2de770e67 100644 --- a/kicad/kicad_manager_frame.cpp +++ b/kicad/kicad_manager_frame.cpp @@ -410,9 +410,6 @@ bool KICAD_MANAGER_FRAME::CloseProject( bool aSave ) if( !Kiway().PlayersClose( false ) ) return false; - // Give a timeslice for the save-changes? dialog (and for the project to actually close) - wxSafeYield(); - // Save the project file for the currently loaded project. if( m_active_project ) {