Merge pull request #468 from nsawa/fix_warning_in_nk_layout_reset_min_row_height

fix: warning unused variable in nk_layout_reset_min_row_height()
This commit is contained in:
Micha Mettke 2017-06-22 07:32:03 +02:00 committed by GitHub
commit 1c3bc4ba81

View File

@ -19079,7 +19079,6 @@ nk_layout_reset_min_row_height(struct nk_context *ctx)
{
struct nk_window *win;
struct nk_panel *layout;
struct nk_font *font;
NK_ASSERT(ctx);
NK_ASSERT(ctx->current);