From f65c44af1a17b4d45837b4070dee955021ca90a8 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Sat, 13 Jun 2015 14:13:08 -0700 Subject: [PATCH] Remove unused variable offs --- src/squared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/squared.c b/src/squared.c index e7b0649..0dbb57f 100644 --- a/src/squared.c +++ b/src/squared.c @@ -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);