remove unused *_FetchFromNetCenter functions. thanks to gautheri@noos.fr (Serge Gautherie) for the patch.

r=dwitte, sr=bryner
This commit is contained in:
dwitte%stanford.edu 2003-11-19 01:59:36 +00:00
Родитель 873eed9a1b
Коммит f3ec60774f
4 изменённых файлов: 0 добавлений и 14 удалений

Просмотреть файл

@ -72,7 +72,6 @@ interface nsIWalletService : nsISupports {
wstring WALLET_PrefillOneElement
(in nsIDOMWindowInternal win, in nsIDOMNode elementNode);
[noscript]void WALLET_PrefillReturn(in nsAutoString results);
void WALLET_FetchFromNetCenter();
boolean WALLET_ExpirePassword();
void WALLET_InitReencryptCallback(in nsIDOMWindowInternal win);

Просмотреть файл

@ -168,11 +168,6 @@ NS_IMETHODIMP nsWalletlibService::WALLET_PrefillReturn(nsAutoString results){
return NS_OK;
}
NS_IMETHODIMP nsWalletlibService::WALLET_FetchFromNetCenter(){
::WLLT_FetchFromNetCenter();
return NS_OK;
}
NS_IMETHODIMP nsWalletlibService::WALLET_ExpirePassword(PRBool* status){
::WLLT_ExpirePassword(status);
return NS_OK;

Просмотреть файл

@ -4150,8 +4150,3 @@ WLLT_OnSubmit(nsIContent* currentForm, nsIDOMWindowInternal* window) {
}
}
}
PUBLIC void
WLLT_FetchFromNetCenter() {
// wallet_FetchFromNetCenter();
}

Просмотреть файл

@ -108,9 +108,6 @@ WLLT_GetPrefillListForViewer(nsString& aPrefillList);
extern void
WLLT_OnSubmit(nsIContent* formNode, nsIDOMWindowInternal* window);
extern void
WLLT_FetchFromNetCenter();
extern void
WLLT_ExpirePassword(PRBool* status);