]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture1d.h
Move the Resource function override of Texture classes into backend
[libs/gl.git] / source / core / texture1d.h
index efd0517d628dc168c45f1b506a2133c673dcbcec..16c88a1830a969b9f7625d97b6690e4d99267d82 100644 (file)
@@ -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