diff --git a/qt-ui/models.h b/qt-ui/models.h index 446ae9047..3e156a822 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -382,7 +382,6 @@ class ProfilePrintModel : public QAbstractTableModel { private: int diveId; double fontSize; - QString truncateString(char *str, const int maxlen) const; public: ProfilePrintModel(QObject *parent = 0);