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 09eb7bf..f65f055 100644
--- a/ui.h
+++ b/ui.h
@@ -56,7 +56,6 @@ struct Ui {
struct UiWin {
void (*draw)(UiWin*);
- void (*draw_text)(UiWin*, const Line*);
void (*draw_status)(UiWin*);
void (*reload)(UiWin*, File*);
void (*options_set)(UiWin*, enum UiOption);