commit 24217ec72d33653b1e45719bb48d68c1683d592f
parent 97231a1a8f513f65315c773df71f8a1e43007d6d
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 14 Jun 2019 10:07:44 -0400
Remove obsolete wlroots interface
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/main.c b/main.c
@@ -14,7 +14,6 @@
#include <wlr/types/wlr_data_device.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_layer_shell_v1.h>
#include <wlr/types/wlr_primary_selection_v1.h>
@@ -165,7 +164,6 @@ int main(int argc, char **argv) {
wlr_data_control_manager_v1_create(server.wl_display);
wlr_primary_selection_v1_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);