summaryrefslogtreecommitdiff
path: root/libterm/print_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libterm/print_utils.h')
-rw-r--r--libterm/print_utils.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libterm/print_utils.h b/libterm/print_utils.h
deleted file mode 100644
index 6665262..0000000
--- a/libterm/print_utils.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __LIBTERM_PRINT_UTILS_H
-#define __LIBTERM_PRINT_UTILS_H
-
-#include <stdio.h>
-#include <stdlib.h>
-
-#include "screen_modes.h"
-#include "term.h"
-
-int term_fprint( screen_mode_e, FILE* );
-int term_print( term_screen*, const char*, size_t, int, int );
-
-#endif