From d78f399542b0b81fab67f31c9a88665943f0571d Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Mon, 16 Mar 2009 16:33:01 +0000 Subject: Delete some unused macros detected with -Wp,-Wunused-macros use git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6856 c046a42c-6fe2-441c-8c8c-71466251a162 --- console.c | 1 - 1 file changed, 1 deletion(-) (limited to 'console.c') diff --git a/console.c b/console.c index e37397d2a..52e3e57b8 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) -- cgit v1.2.3