From 679552d6db9771ddbf29bd02eb8392b3f319d4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 21 Jul 2015 17:13:58 +0200 Subject: ui: further separate curses related user interface code By now ui-curses.[hc] are the only files dealing directly with curses related functions. Integration of a proper mainloop is still pending. --- ui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui.h') 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*); -- cgit v1.2.3