[Scummvm-cvs-logs] scummvm master -> 9961e0b83f3dd6bbae77657c7d049f69b936323d
dreammaster
dreammaster at scummvm.org
Mon Oct 28 03:17:08 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9961e0b83f TSAGE: Removed Symbion compilation fix, which doesn't work
Commit: 9961e0b83f3dd6bbae77657c7d049f69b936323d
https://github.com/scummvm/scummvm/commit/9961e0b83f3dd6bbae77657c7d049f69b936323d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-10-27T19:16:28-07:00
Commit Message:
TSAGE: Removed Symbion compilation fix, which doesn't work
Changed paths:
engines/tsage/core.h
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 8eb0d57..2c88f6b 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -23,10 +23,6 @@
#ifndef TSAGE_CORE_H
#define TSAGE_CORE_H
-#ifdef __SYMBIAN32__
-#undef remove(x)
-#endif
-
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/error.h"
More information about the Scummvm-git-logs
mailing list