1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-16 02:09:42 +00:00

Remove redundant code

This commit is contained in:
Andrei Kortunov 2018-10-19 13:09:39 +04:00
parent 6c4116cc8b
commit 46bf45a6e2

View file

@ -190,12 +190,6 @@ namespace
{ {
} }
RemoveFinishedCallbackVisitor(int effectId)
: RemoveVisitor()
, mHasMagicEffects(false)
{
}
virtual void apply(osg::Node &node) virtual void apply(osg::Node &node)
{ {
traverse(node); traverse(node);
@ -228,9 +222,6 @@ namespace
virtual void apply(osg::Geometry&) virtual void apply(osg::Geometry&)
{ {
} }
private:
int mEffectId;
}; };
class RemoveCallbackVisitor : public RemoveVisitor class RemoveCallbackVisitor : public RemoveVisitor