]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/light.cpp
Use default member initializers for simple types
[libs/gl.git] / source / materials / light.cpp
index 24bd8fa9c443483f581a8ed72b59a5df6e00445d..9a4c09b6760ef1bb8d7fadd08473ce297f2ef6ae 100644 (file)
@@ -9,11 +9,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Light::Light():
-       color(1.0f),
-       generation(0)
-{ }
-
 void Light::set_color(const Color &c)
 {
        color = c;