summaryrefslogtreecommitdiff
path: root/src/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resize.c')
-rw-r--r--src/resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resize.c b/src/resize.c
index 7516751..ec4742e 100644
--- a/src/resize.c
+++ b/src/resize.c
@@ -326,7 +326,7 @@ kaablamm()
/* Kills non-resizable layers. */
#define RESIZE_OR_KILL_LAYERS(l, wi, he) do \
{ \
- struct layer *_last = NULL, *_iter; \
+ struct layer *_last = NULL; \
flayer = (l); \
while (flayer->l_next) \
{ \