diff options
author | Christoph Mallon | 2011-08-07 20:05:25 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-11-21 15:59:19 +0100 |
commit | e578cb8976f10cd9217cddef48c6693cf5d03c7b (patch) | |
tree | c7212f8479ef348b52eee4b03155ce95096714dc /graphics/yuv_to_rgb.h | |
parent | d9bcf1a3bfa697c09252f14a397cd0fc610b7cfb (diff) | |
download | scummvm-rg350-e578cb8976f10cd9217cddef48c6693cf5d03c7b.tar.gz scummvm-rg350-e578cb8976f10cd9217cddef48c6693cf5d03c7b.tar.bz2 scummvm-rg350-e578cb8976f10cd9217cddef48c6693cf5d03c7b.zip |
ALL: Remove unnecessary forward declarations.
Diffstat (limited to 'graphics/yuv_to_rgb.h')
-rw-r--r-- | graphics/yuv_to_rgb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/yuv_to_rgb.h b/graphics/yuv_to_rgb.h index 2d3b9e634e..259ba09810 100644 --- a/graphics/yuv_to_rgb.h +++ b/graphics/yuv_to_rgb.h @@ -35,8 +35,6 @@ namespace Graphics { -struct Surface; - /** * Convert a YUV420 image to an RGB surface * |