aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index ee434fc..c2e9bf3 100644
--- a/ui.h
+++ b/ui.h
@@ -95,7 +95,6 @@ struct Ui {
void (*arrange)(Ui*, enum UiLayout);
void (*draw)(Ui*);
void (*redraw)(Ui*);
- void (*update)(Ui*);
void (*suspend)(Ui*);
void (*resume)(Ui*);
bool (*getkey)(Ui*, TermKeyKey*);