[Scummvm-cvs-logs] SF.net SVN: scummvm:[44335] scummvm/trunk/graphics/scaler.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Sep 25 11:11:01 CEST 2009


Revision: 44335
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44335&view=rev
Author:   fingolfin
Date:     2009-09-25 09:10:59 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
Removed dead code

Modified Paths:
--------------
    scummvm/trunk/graphics/scaler.cpp

Modified: scummvm/trunk/graphics/scaler.cpp
===================================================================
--- scummvm/trunk/graphics/scaler.cpp	2009-09-25 09:09:22 UTC (rev 44334)
+++ scummvm/trunk/graphics/scaler.cpp	2009-09-25 09:10:59 UTC (rev 44335)
@@ -30,19 +30,6 @@
 
 int gBitFormat = 565;
 
-static const Graphics::PixelFormat gPixelFormat555(
-	2,
-	3, 3, 3, 8,
-	10, 5, 0, 0
-	);
-
-static const Graphics::PixelFormat gPixelFormat565(
-	2,
-	3, 2, 3, 8,
-	11, 5, 0, 0
-	);
-
-
 #ifndef DISABLE_HQ_SCALERS
 // RGB-to-YUV lookup table
 extern "C" {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list