summaryrefslogtreecommitdiff
path: root/mg2d.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg2d.c')
-rw-r--r--mg2d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mg2d.c b/mg2d.c
index 5f5b73e..8d86e2d 100644
--- a/mg2d.c
+++ b/mg2d.c
@@ -624,7 +624,6 @@ static int mg_levels_alloc(MG2DContext *ctx, size_t domain_size)
MG2DInternal *priv = ctx->priv;
MG2DLevel **dst;
- enum EGSType next_type;
size_t next_size;
dst = &priv->root;