]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/source/desertpillars.h
An assortment of minor fixes
[libs/gl.git] / demos / desertpillars / source / desertpillars.h
index 352b8c2c0b2b09fdaa496e7191bcf6d1cefc80cb..3171da8efb6e7288c9aa7e139b5d0c5894f70d67 100644 (file)
@@ -27,7 +27,6 @@ private:
        struct Options
        {
                Msp::Graphics::WindowOptions wnd_opts;
-               Msp::Graphics::GLOptions gl_opts;
 
                Options();
        };
@@ -36,7 +35,6 @@ private:
        {
        private:
                Msp::DataFile::DirectorySource source;
-               Msp::GL::ResourceManager res_mgr;
 
        public:
                Resources(Msp::GL::ResourceManager *);