X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=69756206ac9aa3f4966e9d13f27bede59d02ea56;hp=a18b7bf8412d7427b17586982c3418b5408e3780;hb=8e58fc4da8443cb67fe4cd70d6f68de2be73011d;hpb=66cf095b3eeb3f5a37cc16231680a18d67b292fb diff --git a/source/backends/opengl/texture_backend.h b/source/backends/opengl/texture_backend.h index a18b7bf8..69756206 100644 --- a/source/backends/opengl/texture_backend.h +++ b/source/backends/opengl/texture_backend.h @@ -16,7 +16,6 @@ protected: unsigned target; std::string debug_name; - static int swizzle_orders[]; static OpenGLTexture *scratch_binding; OpenGLTexture(unsigned);