]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.cpp
Check for empty attachments array instead of zero id in Framebuffer
[libs/gl.git] / source / core / frameformat.cpp
index 36b45f6108d4e82f7ce2946d31b19d0c47932c5f..e332689c2d283f6ba20372d978a26ec2c50057e2 100644 (file)
@@ -1,4 +1,3 @@
-#include "deviceinfo.h"
 #include "error.h"
 #include "frameformat.h"
 #include "gl.h"
@@ -8,11 +7,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-FrameFormat::FrameFormat():
-       count(0),
-       samples(1)
-{ }
-
 FrameFormat::FrameFormat(FrameAttachment fa):
        count(1),
        samples(1)