mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +00:00
Remove unused variables
This commit is contained in:
parent
4d5983f81b
commit
137a09039f
@ -1067,7 +1067,6 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
int usedNColors = usedColors.picks();
|
int usedNColors = usedColors.picks();
|
||||||
int localColorCount = (1 << GifBitSizeLimited(usedNColors));
|
|
||||||
|
|
||||||
Remap remap(256);
|
Remap remap(256);
|
||||||
for (int i=0; i<remap.size(); ++i)
|
for (int i=0; i<remap.size(); ++i)
|
||||||
|
@ -43,7 +43,6 @@ namespace app {
|
|||||||
void onPaint(ui::PaintEvent& ev) override {
|
void onPaint(ui::PaintEvent& ev) override {
|
||||||
gfx::Rect bounds(Base::getClientBounds());
|
gfx::Rect bounds(Base::getClientBounds());
|
||||||
ui::Graphics* g = ev.getGraphics();
|
ui::Graphics* g = ev.getGraphics();
|
||||||
SkinTheme* theme = static_cast<SkinTheme*>(Base::getTheme());
|
|
||||||
SkinPartPtr part;
|
SkinPartPtr part;
|
||||||
|
|
||||||
if (Base::isSelected())
|
if (Base::isSelected())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user