Browse Source

Merge pull request #382 from nsawa/fix_warning_unused_variable

fix: warning unused variable in nk_finish()
Micha Mettke 8 years ago
parent
commit
204e2bdb16
1 changed files with 0 additions and 2 deletions
  1. 0 2
      nuklear.h

+ 0 - 2
nuklear.h

@@ -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);