From 8b10125355c0d6ed726caa2c7ba6537181542d9c Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Mon, 14 Sep 1998 19:52:57 +0000 Subject: [PATCH] Quiet a compiler warning git-svn-id: svn://10.0.0.236/trunk@9987 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/xfe/src/RDFToolbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/cmd/xfe/src/RDFToolbox.cpp b/mozilla/cmd/xfe/src/RDFToolbox.cpp index e0c88bfdeb2..03780ca87db 100644 --- a/mozilla/cmd/xfe/src/RDFToolbox.cpp +++ b/mozilla/cmd/xfe/src/RDFToolbox.cpp @@ -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: