diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-21 14:58:06 +1000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-05 15:38:04 +0200 |
commit | 77bfcf28f1ee92bbc9e077abb9a494b12406846f (patch) | |
tree | 49a45a6d029ac0074a106f048c123195c7bea8c7 /include/ui | |
parent | 43c7d8bd449d1c0f435775aefe391666a4b86dd6 (diff) | |
download | qemu-77bfcf28f1ee92bbc9e077abb9a494b12406846f.zip |
console: Remove unused QEMU_BIG_ENDIAN_FLAG
If we need to, we should use the pixman formats instead but for
now this is unused except in commented out code so take it out
to avoid further confusion about surface endianness.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/console.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 58a7d4b7f2..cde0faf6e5 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -102,8 +102,7 @@ struct QemuConsoleClass { ObjectClass parent_class; }; -#define QEMU_BIG_ENDIAN_FLAG 0x01 -#define QEMU_ALLOCATED_FLAG 0x02 +#define QEMU_ALLOCATED_FLAG 0x01 struct PixelFormat { uint8_t bits_per_pixel; |