diff options
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,11 +21,10 @@ #define UIKEY_RIGHT 5 -typedef int (*ui_callback)(WINDOW *, void *, bool, bool); +typedef int (*ui_callback)(WINDOW *, void *, bool); struct nask_ui { ui_callback ui_elt_cb; - bool do_update; WINDOW *wnd; void *data; struct nask_ui *next; |