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 f1e6c28..f371def 100644
--- a/ui.h
+++ b/ui.h
@@ -67,7 +67,6 @@ struct Ui {
void (*update)(Ui*);
void (*suspend)(Ui*);
bool (*getkey)(Ui*, TermKeyKey*);
- bool (*haskey)(Ui*);
void (*terminal_save)(Ui*);
void (*terminal_restore)(Ui*);
TermKey* (*termkey_get)(Ui*);