Skip to content

Commit

Permalink
[hdx] Remove unused color correction task token
Browse files Browse the repository at this point in the history
See PixarAnimationStudios#1491

(Internal change: 2193845)
  • Loading branch information
rajabala authored and lkerley committed Jan 7, 2022
1 parent c7bfc99 commit dd33946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pxr/imaging/hdx/tokens.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ TF_DECLARE_PUBLIC_TOKENS(HdxRenderTagTokens, HDX_API, HDX_RENDERTAG_TOKENS);
#define HDX_COLOR_CORRECTION_TOKENS \
(disabled) \
(sRGB) \
(openColorIO) \
(channelsOnly)
(openColorIO)

TF_DECLARE_PUBLIC_TOKENS(HdxColorCorrectionTokens, HDX_API,
HDX_COLOR_CORRECTION_TOKENS);
Expand Down

0 comments on commit dd33946

Please sign in to comment.