Skip to content

Commit

Permalink
Remove orbital gamma-control protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion authored and ddevault committed Jun 2, 2019
1 parent 4925882 commit 4105982
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sway/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <wlr/types/wlr_data_control_v1.h>
#include <wlr/types/wlr_export_dmabuf_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_gamma_control.h>
#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_layer_shell_v1.h>
Expand Down Expand Up @@ -62,7 +61,6 @@ bool server_init(struct sway_server *server) {
server->data_device_manager =
wlr_data_device_manager_create(server->wl_display);

wlr_gamma_control_manager_create(server->wl_display);
wlr_gamma_control_manager_v1_create(server->wl_display);
wlr_gtk_primary_selection_device_manager_create(server->wl_display);

Expand Down

0 comments on commit 4105982

Please sign in to comment.