Remove unused variables

This commit is contained in:
David Capello 2015-08-18 14:28:50 -03:00
parent 4d5983f81b
commit 137a09039f
2 changed files with 0 additions and 2 deletions

View File

@ -1067,7 +1067,6 @@ private:
}
int usedNColors = usedColors.picks();
int localColorCount = (1 << GifBitSizeLimited(usedNColors));
Remap remap(256);
for (int i=0; i<remap.size(); ++i)

View File

@ -43,7 +43,6 @@ namespace app {
void onPaint(ui::PaintEvent& ev) override {
gfx::Rect bounds(Base::getClientBounds());
ui::Graphics* g = ev.getGraphics();
SkinTheme* theme = static_cast<SkinTheme*>(Base::getTheme());
SkinPartPtr part;
if (Base::isSelected())