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 0549db3..8c94d51 100644
--- a/ui.h
+++ b/ui.h
@@ -47,7 +47,6 @@ struct Ui {
void (*draw)(Ui*);
void (*update)(Ui*);
void (*suspend)(Ui*);
- void (*resume)(Ui*);
const char* (*getkey)(Ui*);
bool (*haskey)(Ui*);
void (*terminal_save)(Ui*);