aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-05-12 11:28:56 -0600
committerRandy Palamar <randy@rnpnr.xyz>2024-05-21 20:21:46 -0600
commit54b3babf49ac75fce78815ae1d7a19f3def69660 (patch)
tree2808906457e0e09abeac6301ff874b887ae41695 /vis.h
parent06d7681cfffbc3e982fe192db4190f124b2b0848 (diff)
downloadvis-54b3babf49ac75fce78815ae1d7a19f3def69660.tar.gz
vis-54b3babf49ac75fce78815ae1d7a19f3def69660.tar.xz
replace UiTermWin with UiWin & remove function pointers
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 0 insertions, 2 deletions
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. */