]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/layout.h
Add accessors adding things to a Catalogue from the outside
[r2c2.git] / source / 3d / layout.h
index a7fbdb98b9dbc7b7751ce2e26470403dd647c85d..9120af6356b2320018e05b7dadfaf3d1da5fedcd 100644 (file)
@@ -23,14 +23,12 @@ private:
        std::list<Track3D *> tracks;
        Msp::GL::Scene scene;
        Msp::GL::Scene ep_scene;
-       unsigned quality;
 
 public:
        Layout3D(Layout &);
        ~Layout3D();
 
        const Catalogue3D &get_catalogue() const { return catalogue; }
-       void set_quality(unsigned);
 
        void add_track(Track3D &);
        void remove_track(Track3D &);