diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-02-12 22:35:05 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-02-12 22:35:05 +0000 |
| commit | 0f8c8666125780fd15ef1352950fe056855570c3 (patch) | |
| tree | e970e628cdfc7a249fc49a331aeae630ea07f3c7 /Source/Core/VideoCommon/Src/TextureDecoder.cpp | |
| parent | e557e090ddb4c611b453c47bebccb5465e90c51e (diff) | |
Tiny: Unnecessary function removal
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2226 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureDecoder.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureDecoder.cpp | 7 |
1 files changed, 0 insertions, 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) { |
