From d9018fbbd68bf3a8338828ee3038341518c74212 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 21 Jan 2020 17:05:31 +0100 Subject: trivial: Remove xenfb_enabled from sysemu.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The define is only used in one other place. Move the code there instead of keeping this xen-specific define in sysemu.h. Message-Id: <20200121161747.10569-1-thuth@redhat.com> Acked-by: Paul Durrant Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- include/sysemu/sysemu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sysemu') diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 686f4217a6..6358a324a7 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -32,7 +32,6 @@ typedef enum { } VGAInterfaceType; extern int vga_interface_type; -#define xenfb_enabled (vga_interface_type == VGA_XENFB) extern int graphic_width; extern int graphic_height; -- cgit v1.2.3