]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/material.h
Remove some deprecated stuff that's getting in the way
[libs/gl.git] / source / materials / material.h
index a5ee59e5ee1ecb9b181e53ffda03bf5562d0d8dd..43da2542612d7ba50bbb4f4e0d2ee886f7a48483 100644 (file)
@@ -11,8 +11,6 @@
 namespace Msp {
 namespace GL {
 
-class Texturing;
-
 class Material
 {
 private:
@@ -105,11 +103,6 @@ public:
        /** Returns the uniforms for the material. */
        const ProgramData &get_shader_data() const { return shdata; }
 
-protected:
-       DEPRECATED void attach_texture_to(const Texture *, Texturing &, ProgramData &, const std::string &) const;
-public:
-       DEPRECATED virtual void attach_textures_to(Texturing &, ProgramData &) const = 0;
-
        virtual const Tag *get_texture_tags() const = 0;
        virtual const Texture *get_texture(Tag) const = 0;
        const Sampler *get_sampler() const { return sampler; }