]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/renderpass.h
Remove some deprecated stuff that's getting in the way
[libs/gl.git] / source / materials / renderpass.h
index d149a7d029dd17d552c862b35f5e5c3e98094b44..d5587c25677f140c287e5cfdba75b1d750ef4526 100644 (file)
@@ -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; }