diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-12-10 00:36:40 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2017-12-10 15:00:53 +0100 |
commit | c3c5256dc4a80fa1ae85841b6f5abe5b8eed171f (patch) | |
tree | 5385fb8139f46957753d91fc4820871f0edcd782 /qt-models/divepicturemodel.h | |
parent | 92ad7865d0f5269bfe12471b062fbda3bb373b7f (diff) | |
download | subsurface-c3c5256dc4a80fa1ae85841b6f5abe5b8eed171f.tar.gz |
Remove outdated comment
The removed comment in qt-models/divepicturemodel.h described
todo items which were already implemented.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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 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; }; |