From 1ee30563cdb7492a7b5d96e8574768f96124bdcc Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 24 Sep 2009 16:30:10 +0000 Subject: Remove references to non existant function convertScreenRect. svn-id: r44310 --- common/system.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index b359c17507..446249d1a6 100644 --- a/common/system.h +++ b/common/system.h @@ -375,8 +375,6 @@ public: * * @note Backends supporting RGB color should accept game data in RGB color * order, even if hardware uses BGR or some other color order. - * - * @see convertScreenRect */ virtual Common::List getSupportedFormats() = 0; #else @@ -411,7 +409,7 @@ public: * This is the pixel format for which the client code generates data; * this is not necessarily equal to the hardware pixel format. For example, * a backend may perform color lookup of 8-bit graphics before pushing - * a screen to hardware, or correct the ARGB color order via convertScreenRect. + * a screen to hardware, or correct the ARGB color order. * * @param width the new virtual screen width * @param height the new virtual screen height -- cgit v1.2.3