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>
This commit is contained in:
Berthold Stoeger 2021-06-30 07:47:08 +02:00 committed by Dirk Hohndel
parent 2a0ae4991b
commit 9424760eff

View file

@ -230,7 +230,6 @@ private:
std::vector<std::unique_ptr<QGraphicsSimpleTextItem>> gases; std::vector<std::unique_ptr<QGraphicsSimpleTextItem>> gases;
//specifics for ADD and PLAN
#ifndef SUBSURFACE_MOBILE #ifndef SUBSURFACE_MOBILE
// The list of pictures in this plot. The pictures are sorted by offset in seconds. // The list of pictures in this plot. The pictures are sorted by offset in seconds.
// For the same offset, sort by filename. // For the same offset, sort by filename.