mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 11:42:47 +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 ||
|
if (forced ||
|
||||||
palette_count_diff(palette, ase_current_palette, NULL, NULL) > 0) {
|
palette_count_diff(palette, ase_current_palette, NULL, NULL) > 0) {
|
||||||
PALETTE rgbpal;
|
PALETTE rgbpal;
|
||||||
int i, j, k;
|
|
||||||
|
|
||||||
/* copy current palette */
|
/* copy current palette */
|
||||||
palette_copy_colors(ase_current_palette, 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 x2, y2;
|
||||||
int ind1, ind2;
|
int ind1, ind2;
|
||||||
int ints;
|
int ints;
|
||||||
int fill_color;
|
|
||||||
|
|
||||||
std::vector<int> polyInts(n);
|
std::vector<int> polyInts(n);
|
||||||
std::vector<Point> p(n);
|
std::vector<Point> p(n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user