Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Sep 1, 2021
1 parent da2cad8 commit d1c9748
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/cascadia/TerminalCore/ColorFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,28 +69,6 @@ dE00::dE00(ColorFix x1, ColorFix x2, double weightLightness, double weightChroma

// S sub C
_sSubC = 1 + 0.045 * _cBarPrime;

// Properties set in GetDeltaE method, for access to convenience functions
// h Prime 1
_hPrime1 = 0;

// h Prime 2
_hPrime2 = 0;

// Delta H Prime
_deltaHPrime = 0;

// H Bar Prime
_hBarPrime = 0;

// T
_t = 0;

// S sub H
_sSubH = 0;

// R sub T
_rSubT = 0;
}

/**
Expand Down

1 comment on commit d1c9748

@github-actions

This comment was marked as outdated.

Please sign in to comment.