From c4d1fce8c3a49de8c40d6b35ecbe9dc2abe47617 Mon Sep 17 00:00:00 2001 From: Lottie Greenwood <lottie.greenwood@stfc.ac.uk> Date: Thu, 26 May 2016 10:49:27 +0100 Subject: [PATCH] Refs #16326 removed commented out scriptsDir function code --- MantidPlot/src/ApplicationWindow.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MantidPlot/src/ApplicationWindow.cpp b/MantidPlot/src/ApplicationWindow.cpp index 492512e3b9b..adc3a576dc8 100644 --- a/MantidPlot/src/ApplicationWindow.cpp +++ b/MantidPlot/src/ApplicationWindow.cpp @@ -15554,12 +15554,6 @@ void ApplicationWindow::restoreApplicationGeometry() { void ApplicationWindow::scriptsDirPathChanged(const QString &path) { scriptsDirPath = path; - - // QList<MdiSubWindow*> windows = windowsList(); - // foreach(MdiSubWindow *w, windows){ - // if (w->isA("Note")) - // dynamic_cast<Note*>(w)->setDirPath(path); - // } } void ApplicationWindow::makeToolbarsMenu() -- GitLab