diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-19 10:48:37 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 07:19:20 -0700 |
commit | 0cb9b9ccfba97916077a2251153a2f99a44ba9ca (patch) | |
tree | f7141a562ef9e0646c94574b240538c51515ca38 | |
parent | d853e9bcff0b14e2a3637c12b35f1f6d8c1fdc22 (diff) | |
download | subsurface-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>
-rw-r--r-- | qt-ui/mainwindow.cpp | 10 |
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() |