diff options
Diffstat (limited to 'qt-models/divepicturemodel.h')
-rw-r--r-- | qt-models/divepicturemodel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-models/divepicturemodel.h b/qt-models/divepicturemodel.h index 9602d84bc..f20b7037b 100644 --- a/qt-models/divepicturemodel.h +++ b/qt-models/divepicturemodel.h @@ -13,9 +13,6 @@ struct PictureEntry { int offsetSeconds; }; -// function that will scale the pixmap, used inside the QtConcurrent thread. -void scaleImages(PictureEntry &entry); - class DivePictureModel : public QAbstractTableModel { Q_OBJECT public: |