From 7c622423157e29b7206ba0c39a7756443ed1e70d Mon Sep 17 00:00:00 2001 From: Jody Northup Date: Tue, 23 Jun 2009 02:02:51 +0000 Subject: Merged format initialization into InitSize to allow for backends not supporting gfx transactions. svn-id: r41801 --- base/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 3bbe6ddd9c..dba4aeccaa 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -226,9 +226,6 @@ static void setupGraphics(OSystem &system) { // Set the user specified graphics mode (if any). system.setGraphicsMode(ConfMan.get("gfx_mode").c_str()); -#ifdef ENABLE_RGB_COLOR - system.initFormat(Graphics::PixelFormat::createFormatCLUT8()); -#endif system.initSize(320, 200); if (ConfMan.hasKey("aspect_ratio")) -- cgit v1.2.3