[Orxonox-commit 1176] r5897 - code/branches/core5/src/orxonox/sound
landauf at orxonox.net
landauf at orxonox.net
Wed Oct 7 01:42:47 CEST 2009
Author: landauf
Date: 2009-10-07 01:42:47 +0200 (Wed, 07 Oct 2009)
New Revision: 5897
Modified:
code/branches/core5/src/orxonox/sound/WorldSound.cc
code/branches/core5/src/orxonox/sound/WorldSound.h
Log:
build fix
Modified: code/branches/core5/src/orxonox/sound/WorldSound.cc
===================================================================
--- code/branches/core5/src/orxonox/sound/WorldSound.cc 2009-10-06 21:12:01 UTC (rev 5896)
+++ code/branches/core5/src/orxonox/sound/WorldSound.cc 2009-10-06 23:42:47 UTC (rev 5897)
@@ -62,11 +62,6 @@
XMLPortEventState(WorldSound, BaseObject, "play", play, xmlelement, mode);
}
- void WorldSound::processEvent(Event& event)
- {
- SUPER(WorldSound, processEvent, event);
- }
-
void WorldSound::tick(float dt)
{
if (alIsSource(this->source_))
Modified: code/branches/core5/src/orxonox/sound/WorldSound.h
===================================================================
--- code/branches/core5/src/orxonox/sound/WorldSound.h 2009-10-06 21:12:01 UTC (rev 5896)
+++ code/branches/core5/src/orxonox/sound/WorldSound.h 2009-10-06 23:42:47 UTC (rev 5897)
@@ -51,8 +51,6 @@
virtual void tick(float dt);
- virtual void processEvent(Event& event);
-
private:
};
}
More information about the Orxonox-commit
mailing list