Commit b667515c authored by Adam Goins's avatar Adam Goins
Browse files

removed erroneous QAction

parent 7577a59a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -412,7 +412,6 @@ namespace Isis {

    // Create the table.
    m_imagesTable = new QTableWidget();
    m_imagesTable->addAction(new QAction("Sup"));

    connect(m_imagesTable, SIGNAL(itemDoubleClicked(QTableWidgetItem *)),
            this, SLOT(emitOpenImageEditor()));