Commit 478731b8 authored by Adam Goins's avatar Adam Goins
Browse files

Merge branch 'cubeDn' of github.com:AgoinsUSGS/ISIS3 into bugginess

parents 1e3bcf4a b667515c
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()));