X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobjectinstance.cpp;h=ef4afffeeab8c5a97753ab6800417d6c15478e4a;hp=80f44cd48ea35e45528d1f0b4f7b54c6dc0c3a6b;hb=HEAD;hpb=85e83ace47e5a9a8ae7263886255dd81afc69278 diff --git a/source/objectinstance.cpp b/source/objectinstance.cpp deleted file mode 100644 index 80f44cd4..00000000 --- a/source/objectinstance.cpp +++ /dev/null @@ -1,25 +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" - -namespace Msp { -namespace GL { - -ObjectInstance::ObjectInstance(const Object &obj): - object(obj) -{ } - -void ObjectInstance::render() const -{ - object.render(this); -} - -} // namespace GL -} // namespaec Msp