]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2dmultisample.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / texture2dmultisample.h
index 20c0f864b531311563353afc8fa2e9417f022c97..8e234835e182fee9f6845b3ed4783a5ec7f00cde 100644 (file)
@@ -35,10 +35,6 @@ public:
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }
        unsigned get_samples() const { return samples; }
-
-       virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
-       virtual std::size_t get_data_size() const;
-       virtual void unload() { }
 };
 
 } // namespace GL