]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/commands_backend.cpp
Use default member initializers for simple types
[libs/gl.git] / source / backends / opengl / commands_backend.cpp
index e9fa8b7c02d011f1ebd4d29f006ef29f8b0f314f..adecd5c87bc71baeb9059332dc57b1535d8b8403 100644 (file)
@@ -18,10 +18,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-OpenGLCommands::OpenGLCommands():
-       pipeline_state(0)
-{ }
-
 void OpenGLCommands::use_pipeline(const PipelineState *ps)
 {
        pipeline_state = ps;