X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmaterials%2Frenderpass.h;h=d5587c25677f140c287e5cfdba75b1d750ef4526;hp=d149a7d029dd17d552c862b35f5e5c3e98094b44;hb=5b652353d545a3190ea2d86ba82a87b2e3382a0d;hpb=dbc91b65728ab9c0e574bb1127cfe4d2da55de7f diff --git a/source/materials/renderpass.h b/source/materials/renderpass.h index d149a7d0..d5587c25 100644 --- a/source/materials/renderpass.h +++ b/source/materials/renderpass.h @@ -13,7 +13,6 @@ class ProgramData; class Renderer; class Sampler; class Texture; -class Texturing; /** Encapsulates the data that determines the appearance of a rendered surface. @@ -106,7 +105,6 @@ public: void set_texture(Tag, const Texture *, const Sampler * = 0); Tag get_texture_tag(const std::string &) const; DEPRECATED void set_texture(unsigned, const Texture *, const Sampler * = 0); - DEPRECATED const Texturing *get_texturing() const { return 0; } DEPRECATED int get_texture_index(const std::string &) const; void set_back_faces(bool); bool get_back_faces() const { return back_faces; }