mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 946791 - remove unused GLContextGLX::mLibType (leaving GLXLibrary::mLibType alone) r=bjacob
This commit is contained in:
parent
cb26a0e388
commit
991e77275b
@ -952,7 +952,6 @@ private:
|
||||
mDrawable(aDrawable),
|
||||
mDeleteDrawable(aDeleteDrawable),
|
||||
mDoubleBuffered(aDoubleBuffered),
|
||||
mLibType(libType),
|
||||
mGLX(&sGLXLibrary[libType]),
|
||||
mPixmap(aPixmap)
|
||||
{
|
||||
@ -967,7 +966,6 @@ private:
|
||||
bool mDeleteDrawable;
|
||||
bool mDoubleBuffered;
|
||||
|
||||
LibType mLibType;
|
||||
GLXLibrary* mGLX;
|
||||
|
||||
nsRefPtr<gfxXlibSurface> mPixmap;
|
||||
|
Loading…
Reference in New Issue
Block a user