X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fsequence.h;h=0bc65cb78e5f1c5d410b4d5cbc52ca6e4a18adf1;hb=31ae3e3c4a28ac2ec97cc3efaa25adbf1511aadc;hp=00211b006ef4f119c13f292a4b4c885f71dfb10c;hpb=74c995a4ce89d52100f2e9967f61a719a8affe67;p=libs%2Fgl.git diff --git a/source/render/sequence.h b/source/render/sequence.h index 00211b00..0bc65cb7 100644 --- a/source/render/sequence.h +++ b/source/render/sequence.h @@ -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; }