(Zarch) Remove Home button - unnecessary

This commit is contained in:
twinaphex 2015-10-06 12:39:25 +02:00
parent b7bceff562
commit b008f9ebfe

View File

@ -808,11 +808,6 @@ void render_sidebar(zui_t *zui)
x1 = zui->width - width - 20; x1 = zui->width - width - 20;
y1 = 20; y1 = 20;
if (zui_button_full(zui, x1, y1, x1 + width, y1 + 64, "Home"))
layout = LAY_HOME;
y1 += 64;
if (zui_button_full(zui, x1, y1, x1 + width, y1 + 64, "Settings")) if (zui_button_full(zui, x1, y1, x1 + width, y1 + 64, "Settings"))
layout = LAY_SETTINGS; layout = LAY_SETTINGS;