Remove a bunch of globals.

This commit is contained in:
Jeff Young
2020-04-16 17:34:46 +01:00
parent 99c1d7cf96
commit 9c8941e040
152 changed files with 1738 additions and 1765 deletions
+3
View File
@@ -427,7 +427,10 @@ void PLOT_CONTROLLER::ClosePlot()
if( m_plotter )
{
m_plotter->EndPlot();
delete m_plotter->RenderSettings();
delete m_plotter;
m_plotter = NULL;
}
}