]> git.tdb.fi Git - libs/gl.git/blobdiff - source/material.cpp
Make better use of matrix operations in Camera
[libs/gl.git] / source / material.cpp
index 989bb12e71b7ac51e5fd2223abbc591fa9a72006..12d15010e579a39af819fdb557f8669d2eadd1dc 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "gl.h"
 #include "material.h"
 
@@ -56,11 +49,6 @@ void Material::bind() const
        }
 }
 
-void Material::unbind()
-{
-       set_current(0);
-}
-
 
 Material::Loader::Loader(Material &m):
        DataFile::ObjectLoader<Material>(m)