Skip to content

Commit

Permalink
Merge pull request #388 from w3ntao/fix-2023-10-10
Browse files Browse the repository at this point in the history
remove redundant function declaration
  • Loading branch information
mmp committed Oct 18, 2023
2 parents 3adc3f0 + fe4effc commit 266f6a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pbrt/util/spectrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ DenselySampledSpectrum D(Float T, Allocator alloc);

Float SpectrumToPhotometric(Spectrum s);

Float SpectrumToPhotometric(Spectrum s);
XYZ SpectrumToXYZ(Spectrum s);

// SampledSpectrum Definition
Expand Down

0 comments on commit 266f6a0

Please sign in to comment.