Cleanup: remove DiveListView::testSlot()

This debugging-slot was not linked anywhere. And especially in the
light of the impending refactoring of DiveListView/DiveTreeModel
it seems pointless to keep old debugging code.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-07-28 02:20:13 +02:00 committed by Dirk Hohndel
parent 02e76be96a
commit 58cdc67227
2 changed files with 0 additions and 16 deletions

View file

@ -45,7 +45,6 @@ slots:
void removeFromTrip();
void deleteDive();
void markDiveInvalid();
void testSlot();
void fixMessyQtModelBehaviour();
void mergeTripAbove();
void mergeTripBelow();