From 64ff873c8e76c4231394105cb9be3670721bcb3b Mon Sep 17 00:00:00 2001 From: vurtun Date: Sat, 10 Oct 2015 10:06:48 +0200 Subject: [PATCH] update Readme example --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9349237..7eba90a 100644 --- a/Readme.md +++ b/Readme.md @@ -74,7 +74,6 @@ while (1) { struct zr_context context; zr_begin(&context, &window); { - const char *items[] = {"Fist", "Pistol", "Railgun", "BFG"}; zr_header(&context, "Show", ZR_CLOSEABLE, 0, ZR_HEADER_LEFT); zr_layout_row_static(&context, 30, 80, 1); if (zr_button_text(&context, "button", ZR_BUTTON_DEFAULT)) {