summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-19 10:48:37 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-19 07:19:20 -0700
commit0cb9b9ccfba97916077a2251153a2f99a44ba9ca (patch)
treef7141a562ef9e0646c94574b240538c51515ca38 /qt-ui
parentd853e9bcff0b14e2a3637c12b35f1f6d8c1fdc22 (diff)
downloadsubsurface-0cb9b9ccfba97916077a2251153a2f99a44ba9ca.tar.gz
Removed unused GTK calls onto the Qt version
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/mainwindow.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index b60f668e2..eed9aa883 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -126,16 +126,6 @@ void MainWindow::on_actionClose_triggered()
ui->ListWidget->reload();
clear_events();
-#if USE_GTK_UI
- show_dive_stats(NULL);
-
- /* redraw the screen */
- //WARNING: Port this to Qt.
- dive_list_update_dives();
-
- // WARNING? Port this to Qt.
- show_dive_info(NULL);
-#endif /* USE_GTK_UI */
}
void MainWindow::on_actionImport_triggered()