Remove orbital screenshooter and gamma-control

These are undocumented, outdated protocols that have a better wlr-protocols
equivalent.
This commit is contained in:
Simon Ser 2019-06-02 13:37:34 +03:00 committed by Drew DeVault
parent abddd7b4db
commit 3dec88e455
13 changed files with 0 additions and 838 deletions

View file

@ -53,10 +53,6 @@ examples = {
'src': ['output-layout.c', 'cat.c'],
'dep': [wlroots],
},
'screenshot': {
'src': 'screenshot.c',
'dep': [wayland_client, wlr_protos, rt],
},
'idle': {
'src': 'idle.c',
'dep': [wayland_client, wlr_protos, threads],