]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / frameformat.cpp
index 36b45f6108d4e82f7ce2946d31b19d0c47932c5f..7fe179331abad0f9e1d70859e0da500ae142378b 100644 (file)
@@ -8,11 +8,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-FrameFormat::FrameFormat():
-       count(0),
-       samples(1)
-{ }
-
 FrameFormat::FrameFormat(FrameAttachment fa):
        count(1),
        samples(1)