]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/pipelinestate.cpp
Convert some constructors to default member initializers
[libs/gl.git] / source / core / pipelinestate.cpp
index 742b2ba94c2723ccb917c1f181c10889e9205b16..bc13d3ba562b51535b749320b7341ba64eaf64e9 100644 (file)
@@ -102,20 +102,5 @@ void PipelineState::set_blend(const Blend *b)
        set(blend, b, BLEND);
 }
 
-
-PipelineState::BoundTexture::BoundTexture(unsigned b):
-       binding(b),
-       changed(false),
-       texture(0),
-       sampler(0)
-{ }
-
-
-PipelineState::BoundUniformBlock::BoundUniformBlock(int b):
-       binding(b),
-       changed(false),
-       block(0)
-{ }
-
 } // namespace GL
 } // namespace Msp