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 1a65184..4f61ec1 100644
--- a/ui.h
+++ b/ui.h
@@ -54,7 +54,6 @@ struct UiWin {
void (*draw)(UiWin*);
void (*draw_text)(UiWin*, const Line*);
void (*draw_status)(UiWin*);
- void (*cursor_to)(UiWin*, int x, int y);
void (*reload)(UiWin*, File*);
void (*options)(UiWin*, enum UiOption);
};