Skip to content

Commit

Permalink
[hdx] remove some unused tokens / functions from HdxColorChannelTask
Browse files Browse the repository at this point in the history
  • Loading branch information
pmolodo committed Dec 10, 2024
1 parent a21a0cd commit e4b381e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pxr/imaging/hdx/colorChannelTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ PXR_NAMESPACE_OPEN_SCOPE
TF_DEFINE_PRIVATE_TOKENS(
_tokens,
((colorChannelFrag, "ColorChannelFragment"))
(colorIn)
);

HdxColorChannelTask::HdxColorChannelTask(
Expand Down
3 changes: 0 additions & 3 deletions pxr/imaging/hdx/colorChannelTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ class HdxColorChannelTask : public HdxTask
// Returns true if the values were updated. False if unchanged.
bool _UpdateParameterBuffer(float screenSizeX, float screenSizeY);

/// Apply the color channel filtering.
void _ApplyColorChannel();

// This struct must match ParameterBuffer in colorChannel.glslfx.
// Be careful to remember the std430 rules.
struct _ParameterBuffer
Expand Down

0 comments on commit e4b381e

Please sign in to comment.