diff options
-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 bbb82293e..2ae3c3798 100644 --- a/qt-models/divepicturemodel.h +++ b/qt-models/divepicturemodel.h @@ -29,9 +29,6 @@ public: protected: DivePictureModel(); - // Currently, load the images on the fly - // Later, use a thread to load the images - // Later, save the thumbnails so we don't need to reopen every time. QList<PictureEntry> pictures; }; |