]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.cpp
Remove obsolete stuff from Sequence
[libs/gl.git] / source / render / sequence.cpp
index e27ebf1888248695240a71a71179f4182e6d36db..e6dafa0e91b4bd507bebea79a5906b1d0ea12dc2 100644 (file)
@@ -1,6 +1,5 @@
 #include <msp/core/maputils.h>
 #include "blend.h"
-#include "camera.h"
 #include "framebuffer.h"
 #include "lighting.h"
 #include "postprocessor.h"
@@ -32,7 +31,6 @@ Sequence::Sequence(const Framebuffer &fbo)
 
 void Sequence::init(unsigned w, unsigned h)
 {
-       camera = 0;
        width = w;
        height = h;
        hdr = false;