profile: remove settings-changed slots in DiveCartesianAxis

The profile is fully redrawn anyway, there is no point in these
redundant slots.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-08-03 10:24:44 +02:00 committed by Dirk Hohndel
parent d9dcf9ef37
commit d19b095db1
2 changed files with 1 additions and 20 deletions

View file

@ -81,10 +81,6 @@ public:
private:
QString textForValue(double value) const override;
QColor colorForValue(double value) const override;
units::LENGTH unitSystem;
private
slots:
void settingsChanged();
};
class TimeAxis : public DiveCartesianAxis {
@ -109,8 +105,6 @@ class PartialGasPressureAxis : public DiveCartesianAxis {
Q_OBJECT
public:
PartialGasPressureAxis(const DivePlotDataModel &model, double fontPrintScale, ProfileScene &scene);
public
slots:
void update();
private:
const DivePlotDataModel &model;