]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2darray.h
Remove remaining deprecated things from the core classes
[libs/gl.git] / source / core / texture2darray.h
index bd7d03be9e8b3818b9c3c6d9435a438320f64a63..21930f882e813a1240b5fe30eda5deb87b2c30f0 100644 (file)
@@ -28,7 +28,6 @@ public:
        Texture2DArray();
 
        void layer_image(unsigned, unsigned, const void *);
-       DEPRECATED void layer_image(unsigned, unsigned, PixelComponents, DataType, const void *);
        void layer_image(unsigned, unsigned, const Graphics::Image &);
 
        unsigned get_layers() const { return get_depth(); }