X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.h;h=12bd4a4b8c223f640e3f4fadcda96d54dc449e74;hb=48fc090a59a5ff5c3f06ffe1acfe77b06dad2a86;hp=15d244dec10f116eca42f8c53515e3994720e90a;hpb=cd446554e998204eaba22504b7b28227feb8edbb;p=libs%2Fgl.git diff --git a/source/texture3d.h b/source/texture3d.h index 15d244de..12bd4a4b 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -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 &); };