From d5e2f271ad93e50412ff3605fb25cb9622f437e0 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sun, 28 May 2017 15:56:22 +0200 Subject: [PATCH] xwayland: Remove two unused proc pointers. Xwayland doesn't override these, so we don't need defining those in the xwl_screen struct. Signed-off-by: Carlos Garnacho Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- hw/xwayland/xwayland.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xwayland/xwayland.h b/hw/xwayland/xwayland.h index b37e73b94..a05e0862c 100644 --- a/hw/xwayland/xwayland.h +++ b/hw/xwayland/xwayland.h @@ -62,8 +62,6 @@ struct xwl_screen { CreateScreenResourcesProcPtr CreateScreenResources; CloseScreenProcPtr CloseScreen; - CreateWindowProcPtr CreateWindow; - DestroyWindowProcPtr DestroyWindow; RealizeWindowProcPtr RealizeWindow; UnrealizeWindowProcPtr UnrealizeWindow; XYToWindowProcPtr XYToWindow;