From 54b3babf49ac75fce78815ae1d7a19f3def69660 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sun, 12 May 2024 11:28:56 -0600 Subject: replace UiTermWin with UiWin & remove function pointers --- vis.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index a915c0e..057e66b 100644 --- a/vis.h +++ b/vis.h @@ -196,8 +196,6 @@ bool vis_window_closable(Win*); void vis_window_close(Win*); /** Split the window, shares the underlying file object. */ bool vis_window_split(Win*); -/** Change status message of this window. */ -void vis_window_status(Win*, const char *status); void vis_window_draw(Win*); void vis_window_invalidate(Win*); /** Focus next window. */ -- cgit v1.2.3