mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 685084 - Remove unused variable 'lm' in mozilla::widget::PuppetWidget::DispatchPaintEvent(); r=roc
This commit is contained in:
parent
c5804fbce1
commit
d5d803ecae
@ -558,7 +558,6 @@ PuppetWidget::DispatchPaintEvent()
|
||||
nsCAutoString("PuppetWidget"), nsnull);
|
||||
#endif
|
||||
|
||||
LayerManager* lm = GetLayerManager();
|
||||
if (LayerManager::LAYERS_D3D10 == mLayerManager->GetBackendType()) {
|
||||
DispatchEvent(&event, status);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user