| Index: third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/Spectrum.js b/third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
|
| index 30a63a3462dd2fb4a99a386666f3fd00dff4e4c3..f3395c42ff0a708f4d5fdb77452408c0d8583669 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
|
| @@ -276,9 +276,6 @@ Components.Spectrum = class extends UI.VBox {
|
| }
|
| this._paletteContainerMutable = palette.mutable;
|
|
|
| - var numItems = palette.colors.length;
|
| - if (palette.mutable)
|
| - numItems++;
|
| if (palette.mutable) {
|
| this._paletteContainer.appendChild(this._addColorToolbar.element);
|
| this._paletteContainer.appendChild(this._deleteIconToolbar.element);
|
|
|