]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture2d_backend.h
Move Texture2D::AsyncLoader back to the common part
[libs/gl.git] / source / backends / opengl / texture2d_backend.h
index f9b5abfede4560ab55ca4e77a54e68b03e59296f..9d469f2be5950fe6149dea23081738fcf62e1828 100644 (file)
@@ -25,15 +25,12 @@ protected:
                void finalize();
        };
 
-       class AsyncLoader;
-
        OpenGLTexture2D();
 
        void allocate();
        void sub_image(unsigned, int, int, unsigned, unsigned, const void *);
 
 public:
-       virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);
        virtual std::size_t get_data_size() const;
        virtual void unload();
 };