docs: remove the comment about Color Vision Deficiency correction

Color Vision Deficiency correction has been removed from https://xmpp.org/extensions/xep-0392.html
in version 0.8.0, see the reasoning there.
This commit is contained in:
link2xt
2025-08-26 16:57:29 +00:00
committed by l
parent 4010c60e7b
commit 9af00af70f

View File

@@ -3,9 +3,6 @@
//! This is similar to Consistent Color Generation defined in XEP-0392,
//! but uses OKLCh colorspace instead of HSLuv
//! to ensure that colors have the same lightness.
//!
//! Color Vision Deficiency correction is not implemented as Delta Chat does not offer
//! corresponding settings.
use colorutils_rs::{Oklch, Rgb, TransferFunction};
use sha1::{Digest, Sha1};