profile: remove signals that update visibility of chart features

The visibility is set on every redraw, which is called when
the preferences change. No need for these signals.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-07-12 22:59:59 +02:00 committed by Dirk Hohndel
parent 009c91a8fc
commit 13bd7aa163
2 changed files with 0 additions and 16 deletions

View file

@ -161,7 +161,6 @@ class DiveCalculatedTissue : public DiveCalculatedCeiling {
public:
DiveCalculatedTissue(const DivePlotDataModel &model, const DiveCartesianAxis &hAxis, int hColumn,
const DiveCartesianAxis &vAxis, int vColumn);
void setVisible(bool visible);
};
class PartialPressureGasItem : public AbstractProfilePolygonItem {