Remove unused variable

This commit is contained in:
David Capello 2019-03-21 17:07:59 -03:00
parent 9461e609e2
commit 8062c81018

View File

@ -837,7 +837,6 @@ void PaletteView::getEntryBoundsAndClip(int i, const PalettePicks& entries,
const int outlineWidth,
gfx::Rect& box, gfx::Rect& clip) const
{
const auto theme = static_cast<SkinTheme*>(this->theme());
const int childSpacing = this->childSpacing();
box = clip = getPaletteEntryBounds(i);