X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.h;h=8e234835e182fee9f6845b3ed4783a5ec7f00cde;hp=20c0f864b531311563353afc8fa2e9417f022c97;hb=HEAD;hpb=260ecf71f02d4b3397e4f6c80d96a7c4ba473185 diff --git a/source/core/texture2dmultisample.h b/source/core/texture2dmultisample.h index 20c0f864..8e234835 100644 --- a/source/core/texture2dmultisample.h +++ b/source/core/texture2dmultisample.h @@ -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