mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
2a0ae4991b
commit
9424760eff
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue