summaryrefslogtreecommitdiff
path: root/src/game-server/triggerareacomponent.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-04-12 15:05:31 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-04-12 15:08:02 +0200
commit9134263ca185a34726cb4cd2f9ee4849f9354674 (patch)
treef2939a499b9d7a54cb333c73e42125a4426140a4 /src/game-server/triggerareacomponent.cpp
parentf04f62249ae52e256cb889dfa17eed1f02efcbce (diff)
downloadmanaserv-9134263ca185a34726cb4cd2f9ee4849f9354674.tar.gz
manaserv-9134263ca185a34726cb4cd2f9ee4849f9354674.tar.bz2
manaserv-9134263ca185a34726cb4cd2f9ee4849f9354674.tar.xz
manaserv-9134263ca185a34726cb4cd2f9ee4849f9354674.zip
Removed static member definitions that are no longer needed
The requirement for having these definitions was relaxed in the C++11 standard. In short, they are not needed anymore for static const integral types. Details: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#454
Diffstat (limited to 'src/game-server/triggerareacomponent.cpp')
-rw-r--r--src/game-server/triggerareacomponent.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/triggerareacomponent.cpp b/src/game-server/triggerareacomponent.cpp
index e9354901..b599546b 100644
--- a/src/game-server/triggerareacomponent.cpp
+++ b/src/game-server/triggerareacomponent.cpp
@@ -57,8 +57,6 @@ void ScriptAction::process(Entity *obj)
mScript->execute(obj->getMap());
}
-const ComponentType TriggerAreaComponent::type;
-
void TriggerAreaComponent::update(Entity &entity)
{
MapComposite *map = entity.getMap();