]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture3d.h
Remove support for array size specialization from the engine as well
[libs/gl.git] / source / core / texture3d.h
index 1fbcf4ee43044436a38cfdef6a2786762edd1ed6..c1bf8ed88bda2201b7ed3805435817227ac097b1 100644 (file)
@@ -24,7 +24,6 @@ public:
        private:
                void init();
 
-               void raw_data(const std::string &);
                void storage(PixelFormat, unsigned, unsigned, unsigned);
                void storage_levels(PixelFormat, unsigned, unsigned, unsigned, unsigned);
        };