X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fcore%2Ftexture2darray.h;h=21930f882e813a1240b5fe30eda5deb87b2c30f0;hb=d4e380914f02800b7d915a8748ac9ccd7029bc3b;hp=bd7d03be9e8b3818b9c3c6d9435a438320f64a63;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/texture2darray.h b/source/core/texture2darray.h index bd7d03be..21930f88 100644 --- a/source/core/texture2darray.h +++ b/source/core/texture2darray.h @@ -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(); }