aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/Gs2dScreen.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 /backends/platform/ps2/Gs2dScreen.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 'backends/platform/ps2/Gs2dScreen.h')
-rw-r--r--backends/platform/ps2/Gs2dScreen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/ps2/Gs2dScreen.h b/backends/platform/ps2/Gs2dScreen.h
index dffdce5b36..3701afd590 100644
--- a/backends/platform/ps2/Gs2dScreen.h
+++ b/backends/platform/ps2/Gs2dScreen.h
@@ -42,10 +42,6 @@ enum GsInterlace {
};
-namespace Graphics {
-struct Surface;
-}
-
class Gs2dScreen {
public:
Gs2dScreen(uint16 width, uint16 height, TVMode tvMode);