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 /backends/platform/ps2 | |
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 'backends/platform/ps2')
-rw-r--r-- | backends/platform/ps2/Gs2dScreen.h | 4 |
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); |