update Readme example

This commit is contained in:
vurtun 2015-10-10 10:06:48 +02:00
parent f49a83c7d2
commit 64ff873c8e
1 changed files with 0 additions and 1 deletions

View File

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