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 26d9050..dd663b8 100644
--- a/ui.h
+++ b/ui.h
@@ -51,7 +51,6 @@ enum UiStyle {
struct Ui {
bool (*init)(Ui*, Vis*);
- bool (*start)(Ui*);
void (*free)(Ui*);
void (*resize)(Ui*);
UiWin* (*window_new)(Ui*, View*, File*, enum UiOption);