From 2a230e2bd63d08770cb92f83c066929c205f0a22 Mon Sep 17 00:00:00 2001 From: vurtun Date: Mon, 25 Apr 2016 10:13:09 +0200 Subject: [PATCH] Removed `shadows variable` warning --- nuklear.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nuklear.h b/nuklear.h index 6f0e5a6..c73c07d 100644 --- a/nuklear.h +++ b/nuklear.h @@ -8914,7 +8914,6 @@ nk_font_bake_pack(nk_size *image_memory, int *width, int *height, const struct nk_font_config *cfg = &config[input_i]; struct nk_font_bake_data *tmp = &baker->build[input_i]; int glyph_count; - int range_count; /* count glyphs + ranges in current font */ glyph_count = 0; range_count = 0;