Skip to content

Commit

Permalink
ColorChooser : Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Oct 7, 2024
1 parent 54e3f99 commit a29d617
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/GafferUI/ColorChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ def __init__( self, color=imath.Color3f( 1 ), **kw ) :
with GafferUI.GridContainer( spacing = 0 ) :

# sliders and numeric widgets
c, staticComponent = self.__colorField.getColor()
for component in "rgbahsvtmi" :
row = { "r" : 0, "g" : 1, "b" : 2, "a" : 4, "h" : 6, "s" : 7, "v" : 8, "t" : 10, "m" : 11, "i" : 12 }[component]
self.__channelFrames[component] = GafferUI.Frame(
Expand Down

0 comments on commit a29d617

Please sign in to comment.