]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/stenciltest.cpp
Add correct copy and move semantics to most classes
[libs/gl.git] / source / core / stenciltest.cpp
index 2e8bbb4db865d5052885facfd96d25341ba1f906..db1a5c0e2a0d161b23abaf10497d1321f1541350 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdexcept>
 #include <msp/strings/format.h>
-#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<StencilTest>(st)
 {