mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 01:20:17 +00:00
Remove unused variables
This commit is contained in:
parent
4d5983f81b
commit
137a09039f
@ -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)
|
||||
|
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user