do not use delete_when_idle() to delete a plugin UI because an entirely separate mechanism exists for that

This commit is contained in:
Paul Davis 2013-10-12 16:44:50 -04:00
parent 37522a2f5e
commit a90858897e
2 changed files with 1 additions and 3 deletions

View File

@ -497,7 +497,7 @@ EngineControl::EngineControl ()
EngineControl::~EngineControl ()
{
ignore_changes = true;
}
void

View File

@ -405,8 +405,6 @@ PluginUIWindow::plugin_going_away ()
}
death_connection.disconnect ();
delete_when_idle (this);
}
PlugUIBase::PlugUIBase (boost::shared_ptr<PluginInsert> pi)