Skip to content

Commit

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

(Internal change: 2193845)
  • Loading branch information
rajabala authored and pixar-oss committed Nov 5, 2021
1 parent ecc1ead commit f8cf44d
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 f8cf44d

Please sign in to comment.