Bug 971943: 1. Remove unused variable. r=me.

This commit is contained in:
Milan Sreckovic 2014-02-28 12:59:35 -05:00
parent 59f6206562
commit bcf087fb3d

View File

@ -307,7 +307,6 @@ private:
// Textures used for direct texturing of buffers like gralloc. // Textures used for direct texturing of buffers like gralloc.
// The index of the texture in this array must correspond to the texture unit. // The index of the texture in this array must correspond to the texture unit.
nsTArray<GLuint> mTextures; nsTArray<GLuint> mTextures;
static bool sDrawFPS;
/** /**
* Height of the OpenGL context's primary framebuffer in pixels. Used by * Height of the OpenGL context's primary framebuffer in pixels. Used by