Bug 361087 - remove the nsIXULPrototypeDocument interface

p=asqueella@gmail.com (Nickolay Ponomarev)
r+sr=bugmail@sicking.cc (Jonas Sicking)
This commit is contained in:
gijskruitbosch@gmail.com
2006-12-22 16:11:16 +00:00
parent 07226c8398
commit e2f0c0647c
16 changed files with 397 additions and 536 deletions

View File

@@ -162,8 +162,6 @@ static NS_DEFINE_CID(kWindowCommandTableCID, NS_WINDOWCOMMANDTABLE_CID);
#include "nsIXULDocument.h"
#include "nsIXULPopupListener.h"
#include "nsIXULPrototypeCache.h"
#include "nsIXULPrototypeDocument.h"
#include "nsIXULPrototypeDocument.h"
#include "nsIXULSortService.h"
#ifndef MOZ_NO_INSPECTOR_APIS
@@ -1137,10 +1135,6 @@ static const nsModuleComponentInfo gComponents[] = {
"@mozilla.org/xul/xul-prototype-cache;1",
NS_NewXULPrototypeCache },
{ NS_XULPROTOTYPEDOCUMENT_CLASSNAME,
NS_XULPROTOTYPEDOCUMENT_CID,
nsnull,
NS_NewXULPrototypeDocument },
#endif
#ifdef MOZ_XTF