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 /common/meson.build | |
| 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 'common/meson.build')
| -rw-r--r-- | common/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/meson.build b/common/meson.build index 224a9c3f..4ad872d1 100644 --- a/common/meson.build +++ b/common/meson.build @@ -8,7 +8,6 @@ lib_sway_common = static_library( 'loop.c', 'list.c', 'pango.c', - 'readline.c', 'stringop.c', 'unicode.c', 'util.c' |
