On 03/20/2013 01:43 PM, Gerd Hoffmann wrote: > >> Now that all text console rendering uses pixman we can easily >> switch the color tables to use pixman_color_t directly. >> >> Signed-off-by: Gerd Hoffmann <kra...@redhat.com> >> --- >> ui/console.c | 24 ++++++++---------------- >> 1 file changed, 8 insertions(+), 16 deletions(-) >> >> >
After this patch qemu_pixman_color is not used by anyone, maybe remove it here?