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 18c9e0f..1a65184 100644
--- a/ui.h
+++ b/ui.h
@@ -29,7 +29,6 @@ typedef struct {
struct Ui {
bool (*init)(Ui*, Editor*);
void (*free)(Ui*);
- short (*color_get)(short fg, short bg);
void (*resize)(Ui*);
UiWin* (*window_new)(Ui*, View*, File*);
void (*window_free)(UiWin*);