X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture1d.h;h=16c88a1830a969b9f7625d97b6690e4d99267d82;hp=efd0517d628dc168c45f1b506a2133c673dcbcec;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hpb=9e63512930bc7dace6dc169c65161961e5dcfcf6 diff --git a/source/core/texture1d.h b/source/core/texture1d.h index efd0517d..16c88a18 100644 --- a/source/core/texture1d.h +++ b/source/core/texture1d.h @@ -51,11 +51,6 @@ public: private: unsigned get_n_levels() const; unsigned 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