From 0f8c8666125780fd15ef1352950fe056855570c3 Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Thu, 12 Feb 2009 22:35:05 +0000 Subject: [PATCH] Tiny: Unnecessary function removal git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2226 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/TextureDecoder.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.cpp b/Source/Core/VideoCommon/Src/TextureDecoder.cpp index e64e5adbf6..dbb1bad211 100644 --- a/Source/Core/VideoCommon/Src/TextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/TextureDecoder.cpp @@ -262,13 +262,6 @@ inline void decodebytesC14X2(u32 *dst, const u16 *src, int tlutaddr, int tlutfmt } } -//inline void decodebytesRGB565(u32 *dst, const u16 *src, int numpixels) -inline void decodebytesRGB565(u32 *dst, const u16 *src) -{ - for (int x = 0; x < 4; x++) - *dst++ = decode565(Common::swap16(src[x])); -} - //inline void decodebytesIA4(u32 *dst, const u8 *src, int numbytes) inline void decodebytesIA4(u32 *dst, const u8 *src) {