Merge pull request #382 from nsawa/fix_warning_unused_variable

fix: warning unused variable in nk_finish()
This commit is contained in:
Micha Mettke 2017-03-26 10:09:43 +02:00 committed by GitHub
commit 204e2bdb16
1 changed files with 0 additions and 2 deletions

View File

@ -16239,8 +16239,6 @@ nk_finish(struct nk_context *ctx, struct nk_window *win)
{
struct nk_popup_buffer *buf;
struct nk_command *parent_last;
struct nk_command *sublast;
struct nk_command *last;
void *memory;
NK_ASSERT(ctx);