Skip to content

Commit

Permalink
Remove mantidsimple reference in comment. Refs #7468
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 22, 2013
1 parent 961cf25 commit 42eb78f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4759,11 +4759,6 @@ bool ApplicationWindow::setScriptingLanguage(const QString &lang)
newEnv = ScriptingLangManager::newEnv(lang, this);
connect(newEnv, SIGNAL(print(const QString&)), resultsLog, SLOT(appendNotice(const QString&)));

// The following is already part of executeScript
// This call could be uncommented if mantidsimple is folded into Mantid such that the
// algorithm call signature could also be updated.
//connect(mantidUI, SIGNAL(algorithmAboutToBeCreated()), newEnv, SLOT(refreshAlgorithms()));

if( newEnv->initialize() )
{
m_script_envs.insert(lang, newEnv);
Expand Down

0 comments on commit 42eb78f

Please sign in to comment.