mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
009c91a8fc
commit
13bd7aa163
2 changed files with 0 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue