зеркало из https://github.com/mozilla/pjs.git
remove unused *_FetchFromNetCenter functions. thanks to gautheri@noos.fr (Serge Gautherie) for the patch.
r=dwitte, sr=bryner
This commit is contained in:
Родитель
873eed9a1b
Коммит
f3ec60774f
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче