util: remove unneeded module

This commit is contained in:
Jente Hidskes 2021-12-27 12:42:30 +01:00
parent d708a73aca
commit ee5410d3fb
4 changed files with 0 additions and 50 deletions

View file

@ -123,7 +123,6 @@ cage_sources = [
'idle_inhibit_v1.c',
'output.c',
'seat.c',
'util.c',
'view.c',
'xdg_shell.c',
]
@ -136,7 +135,6 @@ cage_headers = [
'output.h',
'seat.h',
'server.h',
'util.h',
'view.h',
'xdg_shell.h',
]