diff options
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |