mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Removed unused GTK calls onto the Qt version
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d853e9bcff
commit
0cb9b9ccfb
1 changed files with 0 additions and 10 deletions
|
@ -126,16 +126,6 @@ void MainWindow::on_actionClose_triggered()
|
||||||
ui->ListWidget->reload();
|
ui->ListWidget->reload();
|
||||||
|
|
||||||
clear_events();
|
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()
|
void MainWindow::on_actionImport_triggered()
|
||||||
|
|
Loading…
Reference in a new issue