hw/display/vga: Remove unused arrays dmask4 and dmask16
commit98792325435d8b46f2035eb93fa02373c7ceda44
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Oct 2014 19:44:29 +0000 (10 20:44 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Oct 2014 09:10:50 +0000 (15 11:10 +0200)
tree3a02e62c935f9cfd0e094ff15dee695814439a9c
parentb5682aa4ca790dbcce16de6dc991c72bc298019a
hw/display/vga: Remove unused arrays dmask4 and dmask16

Following cleanup of the vga device code in commit d2e043a8041,
the arrays dmask4 and dmask16 are now unused. gcc doesn't warn
about this, but clang does; remove them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vga.c