X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fstenciltest.cpp;h=db1a5c0e2a0d161b23abaf10497d1321f1541350;hb=8e58fc4da8443cb67fe4cd70d6f68de2be73011d;hp=2e8bbb4db865d5052885facfd96d25341ba1f906;hpb=160e9eea29bd10034733d59507fa1bcca36be401;p=libs%2Fgl.git diff --git a/source/core/stenciltest.cpp b/source/core/stenciltest.cpp index 2e8bbb4d..db1a5c0e 100644 --- a/source/core/stenciltest.cpp +++ b/source/core/stenciltest.cpp @@ -1,6 +1,5 @@ #include #include -#include "gl.h" #include "stenciltest.h" using namespace std; @@ -8,16 +7,6 @@ using namespace std; namespace Msp { namespace GL { -StencilTest::StencilTest(): - enabled(false), - compare(ALWAYS), - stencil_fail_op(KEEP), - depth_fail_op(KEEP), - depth_pass_op(KEEP), - reference(0) -{ } - - StencilTest::Loader::Loader(StencilTest &st): ObjectLoader(st) {