Skip to content

Commit

Permalink
delete unused extern variable LMSFromXYZ, XYZFromLMS
Browse files Browse the repository at this point in the history
  • Loading branch information
w3ntao committed Oct 25, 2023
1 parent 2b5837a commit 62214ff
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 62214ff

Please sign in to comment.