X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobjectinstance.cpp;h=ef4afffeeab8c5a97753ab6800417d6c15478e4a;hp=666d90056774d4fc963fd7d38248f5e19f61f9f7;hb=HEAD;hpb=e759062876ee7fc81d1c2f40818d5bf97898d53d diff --git a/source/objectinstance.cpp b/source/objectinstance.cpp deleted file mode 100644 index 666d9005..00000000 --- a/source/objectinstance.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#include "object.h" -#include "objectinstance.h" -#include "programdata.h" - -using namespace std; - -namespace Msp { -namespace GL { - -ObjectInstance::ObjectInstance(const Object &obj): - object(obj) -{ } - -void ObjectInstance::render(const Tag &tag) const -{ - object.render(*this, tag); -} - -} // namespace GL -} // namespaec Msp