X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;fp=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=623bd813291771ec39a10c5bdfbb501a49ee44c8;hb=a6d84d93ce8c0adde41679a6c6852335e19ada17;hp=ecb3056fd2ead2cd0f7bcf86fd568a7aa61b502a;hpb=b23a9af95c65c01d949153fc49e5091aaa7c3d30;p=libs%2Fgl.git diff --git a/source/backends/opengl/texture_backend.h b/source/backends/opengl/texture_backend.h index ecb3056f..623bd813 100644 --- a/source/backends/opengl/texture_backend.h +++ b/source/backends/opengl/texture_backend.h @@ -16,8 +16,6 @@ protected: unsigned target; std::string debug_name; - static OpenGLTexture *scratch_binding; - OpenGLTexture(unsigned); OpenGLTexture(OpenGLTexture &&); ~OpenGLTexture();