mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 03:32:48 +00:00
Removed unused variables.
This commit is contained in:
parent
a85efcded5
commit
ac27949623
@ -113,7 +113,6 @@ bool set_current_palette(Palette *_palette, bool forced)
|
||||
if (forced ||
|
||||
palette_count_diff(palette, ase_current_palette, NULL, NULL) > 0) {
|
||||
PALETTE rgbpal;
|
||||
int i, j, k;
|
||||
|
||||
/* copy current palette */
|
||||
palette_copy_colors(ase_current_palette, palette);
|
||||
|
@ -49,7 +49,6 @@ void algo_polygon(int vertices, const int* points, void* data, AlgoHLine proc)
|
||||
int x2, y2;
|
||||
int ind1, ind2;
|
||||
int ints;
|
||||
int fill_color;
|
||||
|
||||
std::vector<int> polyInts(n);
|
||||
std::vector<Point> p(n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user