From a9f1ba8dc2d68f4a661ecef340242bea2c9b93b0 Mon Sep 17 00:00:00 2001 From: "shaver%mozilla.org" Date: Wed, 11 Apr 2001 15:00:25 +0000 Subject: [PATCH] fix my braindead build bustage by _properly_ resolving that conflict (I'm a loser) --- xpfe/components/find/src/nsFindComponent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xpfe/components/find/src/nsFindComponent.cpp b/xpfe/components/find/src/nsFindComponent.cpp index fee20544a84f..a750dbd1dd18 100644 --- a/xpfe/components/find/src/nsFindComponent.cpp +++ b/xpfe/components/find/src/nsFindComponent.cpp @@ -716,5 +716,3 @@ static nsModuleComponentInfo components[] = { }; NS_IMPL_NSGETMODULE("nsFindComponent", components) - -NS_IMPL_IAPPSHELLCOMPONENT( nsFindComponent, nsIFindComponent, NS_IFINDCOMPONENT_CONTRACTID, 0 )