X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=623bd813291771ec39a10c5bdfbb501a49ee44c8;hb=6d2e2a0bb28496a8c25b441009bdd2a1a1e72d81;hp=ecb3056fd2ead2cd0f7bcf86fd568a7aa61b502a;hpb=e70662d7812464159f2e47f4bebb69d88f89ae93;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();