diff options
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r-- | qt-ui/divelistview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index b0b14fb9c..27027c84b 100644 --- a/qt-ui/divelistview.cpp +++ b/qt-ui/divelistview.cpp @@ -365,8 +365,6 @@ void DiveListView::reloadHeaderActions() // Populate the context menu of the headers that will show // the menu to show / hide columns. if (!header()->actions().size()) { - QAction *visibleAction = new QAction(tr("Visible:"), header()); - header()->addAction(visibleAction); QSettings s; s.beginGroup("DiveListColumnState"); for(int i = 0; i < model()->columnCount(); i++) { |