removed unused variable
This commit is contained in:
parent
add954399b
commit
847645a29c
@ -157,7 +157,6 @@ ui_piemenu(struct zr_context *layout, struct zr_style *config,
|
|||||||
{
|
{
|
||||||
/* allocate complete popup space for the menu */
|
/* allocate complete popup space for the menu */
|
||||||
enum zr_widget_state state;
|
enum zr_widget_state state;
|
||||||
enum zr_widget_states states;
|
|
||||||
total_space = zr_space(&menu);
|
total_space = zr_space(&menu);
|
||||||
total_space.x = total_space.y = 0;
|
total_space.x = total_space.y = 0;
|
||||||
zr_layout_row_space_push(&menu, total_space);
|
zr_layout_row_space_push(&menu, total_space);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user