X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fstenciltest.cpp;h=2a1f0a846b7eb67cf75ea3a966a09345c2af453b;hp=2e8bbb4db865d5052885facfd96d25341ba1f906;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/stenciltest.cpp b/source/core/stenciltest.cpp index 2e8bbb4d..2a1f0a84 100644 --- a/source/core/stenciltest.cpp +++ b/source/core/stenciltest.cpp @@ -8,16 +8,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) {