aboutsummaryrefslogtreecommitdiff
path: root/ui-terminal.h
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-05-12 12:35:48 -0600
committerRandy Palamar <randy@rnpnr.xyz>2024-05-21 20:21:46 -0600
commit486e8631ce9269d34c00c07038e04013640f8825 (patch)
tree2123a90bdc2f564df72d509161b098c95d6aac13 /ui-terminal.h
parent54b3babf49ac75fce78815ae1d7a19f3def69660 (diff)
downloadvis-486e8631ce9269d34c00c07038e04013640f8825.tar.gz
vis-486e8631ce9269d34c00c07038e04013640f8825.tar.xz
replace UiTerm with Ui & delete function pointers
Diffstat (limited to 'ui-terminal.h')
-rw-r--r--ui-terminal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui-terminal.h b/ui-terminal.h
deleted file mode 100644
index 45286ab..0000000
--- a/ui-terminal.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef UI_TERMINAL_H
-#define UI_TERMINAL_H
-
-#include "ui.h"
-
-Ui *ui_term_new(void);
-void ui_term_free(Ui*);
-
-#endif