diff --git a/pype/maya/customize.py b/pype/maya/customize.py index 46c9ceb652..872942bfd9 100644 --- a/pype/maya/customize.py +++ b/pype/maya/customize.py @@ -134,16 +134,16 @@ def override_toolbox_ui(): parent=parent) controls.append(control) - control = mc.iconTextButton( - "pype_toolbox", - annotation="Colorbleed", - label="Colorbleed", - image=os.path.join(icons, "pype_logo_36x36.png"), - bgc=background_color, - width=icon_size, - height=icon_size, - parent=parent) - controls.append(control) + # control = mc.iconTextButton( + # "pype_toolbox", + # annotation="Kredenc", + # label="Kredenc", + # image=os.path.join(icons, "kredenc_logo.png"), + # bgc=background_color, + # width=icon_size, + # height=icon_size, + # parent=parent) + # controls.append(control) # Add the buttons on the bottom and stack # them above each other with side padding diff --git a/res/icons/colorbleed_logo_36x36.png b/res/icons/colorbleed_logo_36x36.png deleted file mode 100644 index 847a85c228..0000000000 Binary files a/res/icons/colorbleed_logo_36x36.png and /dev/null differ