diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-12-09 12:09:11 +0000 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2019-01-01 09:01:25 +0000 |
commit | a82b8a3c14e45697708e57f8cb27a8fc6cf31839 (patch) | |
tree | 5e30327566fb6f30bd6d319f7b8a96226683e986 /swaybar | |
parent | 967566e37f93890bd5255725129c929aeeac709e (diff) | |
download | sway-a82b8a3c14e45697708e57f8cb27a8fc6cf31839.tar.xz |
Remove readline.c
All occurrences of read_line have been replaced by getline.
peek_line has been absorbed into detect_brace.
Diffstat (limited to 'swaybar')
-rw-r--r-- | swaybar/status_line.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybar/status_line.c b/swaybar/status_line.c index 2e6ef173..f0e2c300 100644 --- a/swaybar/status_line.c +++ b/swaybar/status_line.c @@ -12,7 +12,6 @@ #include "swaybar/config.h" #include "swaybar/i3bar.h" #include "swaybar/status_line.h" -#include "readline.h" static void status_line_close_fds(struct status_line *status) { if (status->read_fd != -1) { |