]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.h
Add support for cube map textures
[libs/gl.git] / source / texture3d.h
index 15d244dec10f116eca42f8c53515e3994720e90a..12bd4a4b8c223f640e3f4fadcda96d54dc449e74 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXTURE3D_H_
 #define MSP_GL_TEXTURE3D_H_
 
@@ -36,7 +29,6 @@ public:
        unsigned get_height() const { return height; }
        unsigned get_depth() const { return depth; }
 private:
-       void require_storage();
        void get_level_size(unsigned, unsigned &, unsigned &, unsigned &);
 };