зеркало из https://github.com/mozilla/gecko-dev.git
Bug 596784 followup: Remove unused variable 'dummy' in GLContext.h. r=vlad a=NPOTB
This commit is contained in:
Родитель
12c35b9104
Коммит
3d4cae15c8
|
@ -189,7 +189,7 @@ public:
|
|||
*/
|
||||
virtual void Resize(const nsIntSize& aSize) {
|
||||
nsIntRegion r(nsIntRect(0, 0, aSize.width, aSize.height));
|
||||
gfxContext *dummy = BeginUpdate(r);
|
||||
BeginUpdate(r);
|
||||
EndUpdate();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче