Skip to content

Commit

Permalink
Merge pull request #393 from w3ntao/fix-2023-10-25
Browse files Browse the repository at this point in the history
delete unused extern variable LMSFromXYZ, XYZFromLMS
  • Loading branch information
mmp authored Oct 26, 2024
2 parents cadeda3 + 62214ff commit b7d2936
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pbrt/util/colorspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ PBRT_CONST RGBColorSpace *RGBColorSpace_Rec2020;
PBRT_CONST RGBColorSpace *RGBColorSpace_ACES2065_1;
#endif

// Color Space Constants
extern const SquareMatrix<3> LMSFromXYZ, XYZFromLMS;

// RGBColorSpace Method Definitions
RGBColorSpace::RGBColorSpace(Point2f r, Point2f g, Point2f b, Spectrum illuminant,
const RGBToSpectrumTable *rgbToSpec, Allocator alloc)
Expand Down

0 comments on commit b7d2936

Please sign in to comment.