]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderpass.h
Remove a number of rarely used legacy features
[libs/gl.git] / source / renderpass.h
index 934a213e3e815f0f855dfc10ca3b9add2c2193e5..eec60793ea3ca23b9052ae27dd75cdcfbfd97c52 100644 (file)
@@ -12,7 +12,6 @@ class Material;
 class Program;
 class ProgramData;
 class Renderer;
-class TexEnv;
 class Texture;
 class Texturing;
 
@@ -46,14 +45,12 @@ private:
        private:
                unsigned index;
                RefPtr<Texture> tex;
-               RefPtr<TexEnv> env;
 
        public:
                TextureLoader(Texturing &, unsigned, Collection *);
        private:
                virtual void finish();
 
-               void texenv();
                void texture(const std::string &);
                void texture2d();
        };