]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture_backend.cpp
Use default member initializers for simple types
[libs/gl.git] / source / backends / opengl / texture_backend.cpp
index e8288045f4625fd5766e5b1048809717660ce204..88e1c2b33877cc1349b93375b8201f4de318047c 100644 (file)
@@ -23,7 +23,6 @@ int OpenGLTexture::swizzle_orders[] =
 OpenGLTexture *OpenGLTexture::scratch_binding = 0;
 
 OpenGLTexture::OpenGLTexture(unsigned t):
-       id(0),
        target(t)
 {
        static bool alignment_init = false;