From a7002f4089e76efc0667d22fc10f44ada35ec1bd Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 8 May 2021 09:50:00 +0200 Subject: profile: remove DiveAmbPressureItem This was replaced by the tissue map in 893bea700c98. Signed-off-by: Berthold Stoeger --- core/color.cpp | 3 +-- core/color.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/color.cpp b/core/color.cpp index 35d0423a2..03e1b6806 100644 --- a/core/color.cpp +++ b/core/color.cpp @@ -65,8 +65,7 @@ static QMap> profile_color = { { CALC_CEILING_SHALLOW, {{ FUNGREEN1_HIGH_TRANS, BLACK1_HIGH_TRANS }} }, { CALC_CEILING_DEEP, {{ APPLE1_HIGH_TRANS, BLACK1_HIGH_TRANS }} }, { TISSUE_PERCENTAGE, {{ GOVERNORBAY2, BLACK1_LOW_TRANS }} }, - { GF_LINE, {{ BLACK1, BLACK1_LOW_TRANS }} }, - { AMB_PRESSURE_LINE, {{ TUNDORA1_MED_TRANS, BLACK1_LOW_TRANS }} } + { GF_LINE, {{ BLACK1, BLACK1_LOW_TRANS }} } }; QColor getColor(const color_index_t i, bool isGrayscale) diff --git a/core/color.h b/core/color.h index 12dcb1497..21f2bfff0 100644 --- a/core/color.h +++ b/core/color.h @@ -135,8 +135,7 @@ typedef enum { CALC_CEILING_SHALLOW, CALC_CEILING_DEEP, TISSUE_PERCENTAGE, - GF_LINE, - AMB_PRESSURE_LINE + GF_LINE } color_index_t; QColor getColor(const color_index_t i, bool isGrayscale = false); -- cgit v1.2.3-70-g09d2