diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2017-05-28 15:56:22 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-07 14:49:17 +1000 |
commit | d5e2f271ad93e50412ff3605fb25cb9622f437e0 (patch) | |
tree | aa76b0613cb57ec3bf33950e892e0ac31167ed48 /hw | |
parent | 95febc42cadf392a888104ad6d5cf4f34fdde7d5 (diff) |
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 <carlosg@gnome.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xwayland/xwayland.h | 2 |
1 files changed, 0 insertions, 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; |