summaryrefslogtreecommitdiff
path: root/sway/readline.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/readline.h')
-rw-r--r--sway/readline.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sway/readline.h b/sway/readline.h
deleted file mode 100644
index dbe937c1..00000000
--- a/sway/readline.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _SWAY_READLINE_H
-#define _SWAY_READLINE_H
-
-#include <stdio.h>
-
-char *read_line(FILE *file);
-
-#endif