diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-09-17 17:58:50 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-17 15:32:22 -0700 |
commit | d6d82a5af8962899d20c1269ec94c0bd6afbb98b (patch) | |
tree | 141a92bf936361069087dd7855386b7642da23f2 | |
parent | db6126bc5229478f093b951ae1ac590da818b0af (diff) | |
download | subsurface-d6d82a5af8962899d20c1269ec94c0bd6afbb98b.tar.gz |
Unused signature removed.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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); |