diff options
author | emersion <[email protected]> | 2019-01-17 12:45:41 +0100 |
---|---|---|
committer | emersion <[email protected]> | 2019-01-17 12:45:41 +0100 |
commit | f951c2357fc4c1f25c7af34958e37cd65a6979d2 (patch) | |
tree | 7a88f2f7ce73800928a149c21168ceacd29c0b74 /common/meson.build | |
parent | b29d19bf0dc405ec85c517e02298e6dffabfaeb5 (diff) |
Remove unicode.c
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 4ad872d1..3af1f1d5 100644 --- a/common/meson.build +++ b/common/meson.build @@ -9,7 +9,6 @@ lib_sway_common = static_library( 'list.c', 'pango.c', 'stringop.c', - 'unicode.c', 'util.c' ), dependencies: [ |