From 8d328ef596d9644eb45d1d1d7eccc85f391c6c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 15 Dec 2015 13:08:18 +0000 Subject: [PATCH] remove dead code/defines --- iconographer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/iconographer.c b/iconographer.c index 9edbd56..1b1d987 100644 --- a/iconographer.c +++ b/iconographer.c @@ -145,9 +145,6 @@ void parse_args (int argc, char **argv) } } -#define TERRAIN_STRIDE sizeof(FrameInfo) -#define TERRAIN_WIDTH (TERRAIN_STRIDE/3) - #include GeglNode *gegl_decode = NULL;