aboutsummaryrefslogtreecommitdiff
path: root/common/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-12-09 12:09:11 +0000
committerFurkan Sahin <furkan-dev@proton.me>2018-12-09 12:09:11 +0000
commit29fb165c23f490d37760a580e2ab877c4dd9b2f0 (patch)
tree5e30327566fb6f30bd6d319f7b8a96226683e986 /common/meson.build
parentf55f6caca4ce8efb151ea059d78a9e049b5eaedb (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.build1
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'