From 00a3e5f2d1f9f901c413745faf5a58680b5fe372 Mon Sep 17 00:00:00 2001 From: "brettw%gmail.com" Date: Wed, 9 Nov 2005 20:50:31 +0000 Subject: [PATCH] bug 315570 r=bryner r=annie.sullivan Add a reusable autocomplete result type that doesn't depend on Mork. Components can easily provide autocomplete results using this interface and implementation. --- browser/components/places/public/Makefile.in | 1 - browser/components/places/src/Makefile.in | 1 - 2 files changed, 2 deletions(-) diff --git a/browser/components/places/public/Makefile.in b/browser/components/places/public/Makefile.in index 9bf1f6995cfc..0be0ab28332f 100644 --- a/browser/components/places/public/Makefile.in +++ b/browser/components/places/public/Makefile.in @@ -48,7 +48,6 @@ XPIDL_MODULE = places XPIDLSRCS = \ nsINavHistory.idl \ - nsIAutoCompleteStorageResult.idl \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/browser/components/places/src/Makefile.in b/browser/components/places/src/Makefile.in index f388a2e79f79..691665b19314 100644 --- a/browser/components/places/src/Makefile.in +++ b/browser/components/places/src/Makefile.in @@ -69,7 +69,6 @@ REQUIRES = xpcom \ LOCAL_INCLUDES = -I$(DEPTH)/toolkit/components/autocomplete/src CPPSRCS = \ - nsAutoCompleteStorageResult.cpp \ nsNavHistory.cpp \ $(NULL)