diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-06-30 07:47:08 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-07-03 14:30:46 -0700 |
commit | 9424760effd7ad4746fbb13ccc725054f336cfab (patch) | |
tree | 146de650573a237225b12611a3b901e4d9d3f088 /profile-widget | |
parent | 2a0ae4991bf29a38a564858676c7a0ff7a16e7e4 (diff) | |
download | subsurface-9424760effd7ad4746fbb13ccc725054f336cfab.tar.gz |
cleanup: remove lost comment in profilewidget2.h
Clearly, this comment got lost in code reshuffling, as it comments
about ADD and PLAN mode, but is in front of picture declarations.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 07be89783..f4058a4f9 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -230,7 +230,6 @@ private: std::vector<std::unique_ptr<QGraphicsSimpleTextItem>> gases; - //specifics for ADD and PLAN #ifndef SUBSURFACE_MOBILE // The list of pictures in this plot. The pictures are sorted by offset in seconds. // For the same offset, sort by filename. |