]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/stenciltest.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / stenciltest.cpp
index 2e8bbb4db865d5052885facfd96d25341ba1f906..2a1f0a846b7eb67cf75ea3a966a09345c2af453b 100644 (file)
@@ -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<StencilTest>(st)
 {