server: remove backend pointer

This commit is contained in:
Jente Hidskes 2020-02-08 16:49:12 +01:00
parent dc002acd20
commit 42782bda1d
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
4 changed files with 10 additions and 11 deletions

View file

@ -4,7 +4,6 @@
#include "config.h"
#include <wayland-server-core.h>
#include <wlr/backend.h>
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_idle_inhibit_v1.h>
#include <wlr/types/wlr_output_layout.h>
@ -19,7 +18,6 @@
struct cg_server {
struct wl_display *wl_display;
struct wlr_backend *backend;
struct wl_list views;
struct cg_seat *seat;