X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;h=3009e1487a6d57b48ecfb03dd47665db532287e1;hp=c1bf8ed88bda2201b7ed3805435817227ac097b1;hb=7ef75a4c4dbfc437e466381dd67c23357e607b82;hpb=260ecf71f02d4b3397e4f6c80d96a7c4ba473185 diff --git a/source/core/texture3d.h b/source/core/texture3d.h index c1bf8ed8..3009e148 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -65,11 +65,6 @@ public: protected: unsigned get_n_levels() const; LinAl::Vector get_level_size(unsigned) const; - -public: - virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } - virtual std::size_t get_data_size() const; - virtual void unload() { } }; } // namespace GL