]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/renderer.h
Miscellaneous cleanup
[libs/gl.git] / source / render / renderer.h
index 23f7c5cc9a3f132d6154b9e9241aedcf7d186322..7997b35cd7618f0aab6d9109f71f72bcadfd7156 100644 (file)
@@ -24,7 +24,6 @@ class Renderable;
 class Sampler;
 class Texture;
 class VertexSetup;
-class WindingTest;
 
 /**
 A class for supervising the rendering process.  While many Renderables (in
@@ -92,7 +91,6 @@ private:
                const Rect *viewport;
                const Rect *scissor;
                unsigned texture_count;
-               unsigned lowest_effect_texunit;
                const Clipping *clipping;
                const Program *shprog;
                unsigned shdata_count;