Skip to content

Commit

Permalink
Refs #4494. Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Whitley committed Feb 10, 2012
1 parent 32262d4 commit 32b4ac7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,6 @@ void MantidDockWidget::createWorkspaceMenuActions()

m_saveNexus = new QAction(tr("Save Nexus"),this);
connect(m_saveNexus,SIGNAL(activated()),m_mantidUI,SLOT(saveNexusWorkspace()));

//m_saveToProgram = new QMenu(tr("Save to program"),this);

////Sub-menu of save to programs
//m_program1 = new QAction(tr("Program 1"),this);
//connect(m_program1,SIGNAL(activated()),this,SLOT(saveToProgram1()));
//m_program2 = new QAction(tr("Program 2"),this);
//connect(m_program2,SIGNAL(activated()),this,SLOT(saveToProgram2()));
//m_program3 = new QAction(tr("Program 3"),this);
//connect(m_program3,SIGNAL(activated()),this,SLOT(saveToProgram3()));

m_rename = new QAction(tr("Rename"),this);
connect(m_rename,SIGNAL(activated()),this,SLOT(renameWorkspace()));
Expand Down

0 comments on commit 32b4ac7

Please sign in to comment.