Commit fa41f542 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Added a comment about why some code is commented for now.

parent 992742cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -338,6 +338,7 @@ namespace Isis {
    m_fileMenuActions.append(exitAction);
    m_permToolBarActions.append(exitAction);

    // 6-13-18 Kaitlyn Lee - Commented this out because it is not currently being used
    // QAction *saveNet = new QAction("&Save Active Control Network", this);
    // saveNet->setIcon( QIcon::fromTheme("document-save") );
    // saveNet->setShortcut(Qt::CTRL + Qt::Key_S);
+1 −1
Original line number Diff line number Diff line
@@ -1795,7 +1795,7 @@ namespace Isis {

  /**
   * Save the current active control.
   *
   * 6-13-18 Kaitlyn Lee - Commented this out because it is not currently being used
   */
  // void Directory::saveActiveControl() {
  //