]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipelinepass.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / pipelinepass.cpp
index e49db7e2b50f99bc5ac326f322c1ffd4024d2d04..2b0b43957bfb677334be1e98f13b5f8092d822ad 100644 (file)
@@ -1,17 +1,12 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "pipelinepass.h"
 
 namespace Msp {
 namespace GL {
 
 PipelinePass::PipelinePass():
-       lighting(0)
+       lighting(0),
+       depth_test(0),
+       blend(0)
 { }
 
 } // namespace GL