diff options
author | Einar Johan Trøan Sømåen | 2012-06-15 01:57:15 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-15 01:57:15 +0200 |
commit | dba91234287bc9e07c0704f008c9077fdbb8fd3d (patch) | |
tree | b3797f7ab17652e9f5fa9bbe13eafb60e8d703fd /engines/wintermute/Ad | |
parent | dae2209e4c144ffbcf586b5cdcea9a6746274443 (diff) | |
download | scummvm-rg350-dba91234287bc9e07c0704f008c9077fdbb8fd3d.tar.gz scummvm-rg350-dba91234287bc9e07c0704f008c9077fdbb8fd3d.tar.bz2 scummvm-rg350-dba91234287bc9e07c0704f008c9077fdbb8fd3d.zip |
WINTERMUTE: Remove a bunch of commented-out includes.
Diffstat (limited to 'engines/wintermute/Ad')
-rw-r--r-- | engines/wintermute/Ad/AdInventoryBox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/wintermute/Ad/AdInventoryBox.cpp b/engines/wintermute/Ad/AdInventoryBox.cpp index 1b80763cb4..8d4720c984 100644 --- a/engines/wintermute/Ad/AdInventoryBox.cpp +++ b/engines/wintermute/Ad/AdInventoryBox.cpp @@ -39,8 +39,6 @@ #include "engines/wintermute/UI/UIWindow.h"
#include "engines/wintermute/PlatformSDL.h"
#include "common/str.h"
-//#include <cmath>
-
namespace WinterMute {
|