diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-12-09 12:09:11 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-12-09 12:09:11 +0000 |
| commit | 29fb165c23f490d37760a580e2ab877c4dd9b2f0 (patch) | |
| tree | 5e30327566fb6f30bd6d319f7b8a96226683e986 /swaybar/status_line.c | |
| parent | f55f6caca4ce8efb151ea059d78a9e049b5eaedb (diff) | |
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/status_line.c')
| -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) { |
