]> git.tdb.fi Git - libs/gl.git/blobdiff - source/windingtest.h
Homogenise binding semantics
[libs/gl.git] / source / windingtest.h
index d8a4c421722ed6997ab5f4162f10a74813e5d5f8..7ef36942e9b5b24c019df3f1a3b92db313f3fa9f 100644 (file)
@@ -23,7 +23,6 @@ match the winding, the polygon is not rendered.
 class WindingTest: public Bindable<WindingTest>
 {
 private:
-       bool test;
        FaceWinding winding;
 
 public: