Cleanup: remove DiveListView::dontEmitDiveChangedSignal member

Should have been removed in 4928c4ae04.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-11-28 22:01:28 +01:00 committed by bstoeger
parent 28e97e7555
commit fb0bb33d82

View file

@ -71,7 +71,6 @@ private:
void selectionChangeDone();
DiveTripModelBase::Layout currentLayout;
QModelIndex contextMenuIndex;
bool dontEmitDiveChangedSignal;
// Remember the initial column widths, to avoid writing unchanged widths to the settings
QVector<int> initialColumnWidths;