mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 971943: 1. Remove unused variable. r=me.
This commit is contained in:
parent
59f6206562
commit
bcf087fb3d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user