summary refs log tree commit diff stats
path: root/system/arch_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/arch_init.c')
-rw-r--r--system/arch_init.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/arch_init.c b/system/arch_init.c
index b1baed18a3..b9147af93c 100644
--- a/system/arch_init.c
+++ b/system/arch_init.c
@@ -24,18 +24,4 @@
 #include "qemu/osdep.h"
 #include "system/arch_init.h"
 
-#ifdef TARGET_SPARC
-int graphic_width = 1024;
-int graphic_height = 768;
-int graphic_depth = 8;
-#elif defined(TARGET_M68K)
-int graphic_width = 800;
-int graphic_height = 600;
-int graphic_depth = 8;
-#else
-int graphic_width = 800;
-int graphic_height = 600;
-int graphic_depth = 32;
-#endif
-
 const uint32_t arch_type = QEMU_ARCH;