aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index b75ad41..5ed5906 100644
--- a/ui.h
+++ b/ui.h
@@ -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;