]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.h
Remove some vestigial code from Sequence
[libs/gl.git] / source / render / sequence.h
index 11f22a76f9326cbf76c9868eb83157954261e2cd..fb60e37159f7a4220753b093548afc2d9e6b1023 100644 (file)
@@ -66,17 +66,8 @@ public:
        DEPRECATED typedef Step Pass;
 
 private:
-       struct Slot
-       {
-               Renderable *renderable;
-               std::set<Tag> passes;
-
-               Slot(Renderable *);
-       };
-
        std::vector<Step> steps;
        const Camera *camera;
-       std::vector<Slot> renderables;
        std::vector<RefPtr<PostProcessor> > postproc;
        unsigned width;
        unsigned height;