]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.h
Remove the View and Framebuffer constructors from Sequence
[libs/gl.git] / source / render / sequence.h
index 00211b006ef4f119c13f292a4b4c885f71dfb10c..0bc65cb78e5f1c5d410b4d5cbc52ca6e4a18adf1 100644 (file)
@@ -19,7 +19,6 @@ class Camera;
 class Clipping;
 class Lighting;
 class PostProcessor;
-class View;
 
 /**
 Top-level content class.  Typically a Sequence is used as the content
@@ -86,11 +85,6 @@ private:
 
 public:
        Sequence(unsigned, unsigned, const FrameFormat & = FrameFormat());
-       Sequence(const View &, const FrameFormat & = FrameFormat());
-       Sequence(const Framebuffer &, const FrameFormat & = FrameFormat());
-private:
-       void init(unsigned, unsigned, const FrameFormat &);
-public:
        ~Sequence();
 
        const FrameFormat &get_target_format() { return target_format; }