]> git.tdb.fi Git - libs/gl.git/blobdiff - source/objectinstance.cpp
Drop Renderable::has_pass; renderables are now expected to ignore unknown passes
[libs/gl.git] / source / objectinstance.cpp
index 7552cc937f54f30b6ffb9c654f8db8bb3d9e525d..666d90056774d4fc963fd7d38248f5e19f61f9f7 100644 (file)
@@ -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);