X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobjectinstance.cpp;fp=source%2Fobjectinstance.cpp;h=666d90056774d4fc963fd7d38248f5e19f61f9f7;hp=7552cc937f54f30b6ffb9c654f8db8bb3d9e525d;hb=e759062876ee7fc81d1c2f40818d5bf97898d53d;hpb=c6c4fc39952e372eba1f44f2bc504428140f3d0e diff --git a/source/objectinstance.cpp b/source/objectinstance.cpp index 7552cc93..666d9005 100644 --- a/source/objectinstance.cpp +++ b/source/objectinstance.cpp @@ -18,11 +18,6 @@ ObjectInstance::ObjectInstance(const Object &obj): object(obj) { } -bool ObjectInstance::has_pass(const Tag &tag) const -{ - return object.has_pass(tag); -} - void ObjectInstance::render(const Tag &tag) const { object.render(*this, tag);