aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/ICCProfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/src/ICCProfile.c')
-rw-r--r--third_party/skcms/src/ICCProfile.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/skcms/src/ICCProfile.c b/third_party/skcms/src/ICCProfile.c
index b1a431210a..324a34cc06 100644
--- a/third_party/skcms/src/ICCProfile.c
+++ b/third_party/skcms/src/ICCProfile.c
@@ -831,13 +831,6 @@ const skcms_ICCProfile* skcms_sRGB_profile() {
{ 0.222488403f, 0.716873169f, 0.060607910f },
{ 0.013916016f, 0.097076416f, 0.714096069f },
}},
-
- .has_poly_tf = { true, true, true },
- .poly_tf = {
- {0.294143527746201f, 0.703896880149841f, (float)(1/12.92), 0.04045f},
- {0.294143527746201f, 0.703896880149841f, (float)(1/12.92), 0.04045f},
- {0.294143527746201f, 0.703896880149841f, (float)(1/12.92), 0.04045f},
- },
};
return &sRGB_profile;
}