1
1
Fork 0

Remove unused variable offs

squarelines
Daniel Johnson 2015-06-13 14:13:08 -07:00
parent d91dc97184
commit f65c44af1a
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ static GColor8 getSlotColor(int x, int y, int digit, int pos) {
}
static void updateSlot(Layer *layer, GContext *ctx) {
int t, tx, ty, w, offs, shift, total, tilesize, widthadjust;
int t, tx, ty, w, shift, total, tilesize, widthadjust;
total = TOTALBLOCKS;
widthadjust = 0;
digitSlot *slot = *(digitSlot**)layer_get_data(layer);