X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fframeformat.cpp;h=fefb3582665380b4333098e0fc3cf34b54714c75;hp=36b45f6108d4e82f7ce2946d31b19d0c47932c5f;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hpb=160e9eea29bd10034733d59507fa1bcca36be401 diff --git a/source/core/frameformat.cpp b/source/core/frameformat.cpp index 36b45f61..fefb3582 100644 --- a/source/core/frameformat.cpp +++ b/source/core/frameformat.cpp @@ -1,18 +1,11 @@ -#include "deviceinfo.h" #include "error.h" #include "frameformat.h" -#include "gl.h" using namespace std; namespace Msp { namespace GL { -FrameFormat::FrameFormat(): - count(0), - samples(1) -{ } - FrameFormat::FrameFormat(FrameAttachment fa): count(1), samples(1)