Remove example compositor

This commit is contained in:
Drew DeVault 2017-09-28 17:44:07 -04:00
parent c92199a953
commit e3af7d508f
3 changed files with 0 additions and 732 deletions

View file

@ -22,10 +22,3 @@ executable(
dependencies: wlroots,
link_with: lib_shared,
)
executable(
'compositor',
'compositor.c',
dependencies: wlroots,
link_with: lib_shared,
)