diff options
Diffstat (limited to 'console.c')
| -rw-r--r-- | console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console.c b/console.c index e37397d2a0..52e3e57b88 100644 --- a/console.c +++ b/console.c @@ -28,7 +28,6 @@ //#define DEBUG_CONSOLE #define DEFAULT_BACKSCROLL 512 #define MAX_CONSOLES 12 -#define DEFAULT_MONITOR_SIZE "800x600" #define QEMU_RGBA(r, g, b, a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) #define QEMU_RGB(r, g, b) QEMU_RGBA(r, g, b, 0xff) |