aboutsummaryrefslogtreecommitdiff
path: root/graphics/yuv_to_rgb.h
diff options
context:
space:
mode:
authorChristoph Mallon2011-08-07 20:05:25 +0200
committerAlyssa Milburn2011-11-21 15:59:19 +0100
commite578cb8976f10cd9217cddef48c6693cf5d03c7b (patch)
treec7212f8479ef348b52eee4b03155ce95096714dc /graphics/yuv_to_rgb.h
parentd9bcf1a3bfa697c09252f14a397cd0fc610b7cfb (diff)
downloadscummvm-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.h2
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
*