mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Quiet a compiler warning
This commit is contained in:
parent
7574376821
commit
9551109d53
@ -53,8 +53,8 @@ XFE_RDFToolbox::notify(HT_Resource n, HT_Event whatHappened)
|
||||
{
|
||||
HT_View view = HT_GetView(n);
|
||||
|
||||
XFE_RDFToolbar * toolbar
|
||||
= new XFE_RDFToolbar(_frame, _toolbox, view);
|
||||
// The destroy handler (see XFE_Component) handles deletion.
|
||||
new XFE_RDFToolbar(_frame, _toolbox, view);
|
||||
}
|
||||
break;
|
||||
case HT_EVENT_VIEW_DELETED:
|
||||
|
Loading…
x
Reference in New Issue
Block a user