diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-08-06 11:25:50 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-15 04:59:23 -0700 |
commit | 25273a3912ab579f594b377b9b15d805d6e9c183 (patch) | |
tree | 17cea2bd7780f280a05ee3786a8c2b60605f2947 /qt-models | |
parent | ed30059183f8a6d5d8e0692690f16f7f665fd369 (diff) | |
download | subsurface-25273a3912ab579f594b377b9b15d805d6e9c183.tar.gz |
Remove obsolete comment
We don't allow building against Qt4 anymore.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
-rw-r--r-- | qt-models/divepicturemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/divepicturemodel.h b/qt-models/divepicturemodel.h index 2ca22a1d9..d6393e45f 100644 --- a/qt-models/divepicturemodel.h +++ b/qt-models/divepicturemodel.h @@ -17,7 +17,6 @@ struct PhotoHelper { int offsetSeconds; }; - typedef QList<struct picture *> SPictureList; typedef struct picture *picturepointer; typedef QPair<picturepointer, QImage> SPixmap; |