Bug 204184 Remove unused items from wallet.cpp/wallet.h

r=dwitte sr=bryner
This commit is contained in:
timeless%mozdev.org 2003-10-30 02:04:31 +00:00
Родитель e85e912e39
Коммит 15a17dd724
2 изменённых файлов: 2 добавлений и 12 удалений

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

@ -103,7 +103,6 @@ PRLogModuleInfo* gWalletLog = nsnull;
/* The following data and procedures are for preference */
/********************************************************/
static const char *pref_WalletExtractTables = "wallet.extractTables";
static const char *pref_Caveat = "wallet.caveat";
#ifdef AutoCapture
static const char *pref_captureForms = "wallet.captureForms";
@ -112,16 +111,12 @@ static const char *pref_enabled = "wallet.enabled";
static const char *pref_WalletNotified = "wallet.Notified";
#endif /* AutoCapture */
static const char *pref_WalletSchemaValueFileName = "wallet.SchemaValueFileName";
static const char *pref_WalletServer = "wallet.Server";
static const char *pref_WalletVersion = "wallet.version";
static const char *pref_WalletLastModified = "wallet.lastModified";
#ifdef AutoCapture
PRIVATE PRBool wallet_captureForms = PR_FALSE;
#else
PRIVATE PRBool wallet_Notified = PR_FALSE;
#endif
PRIVATE char * wallet_Server = nsnull;
#ifdef AutoCapture
PRIVATE void
@ -1181,11 +1176,6 @@ Wallet_UTF8Put(nsOutputFileStream& strm, PRUnichar c) {
}
}
static void
wallet_Put(nsOutputFileStream& strm, char c) {
strm.put(c);
}
static char
wallet_Get(nsInputFileStream& strm) {
const PRUint32 buflen = 1000;

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

@ -62,8 +62,8 @@ PR_BEGIN_EXTERN_C
#define NO_BUTTON 1
#define NEVER_BUTTON 2
static const char *pref_Crypto = "wallet.crypto";
static const char *pref_AutoCompleteOverride = "wallet.crypto.autocompleteoverride";
#define pref_Crypto "wallet.crypto"
#define pref_AutoCompleteOverride "wallet.crypto.autocompleteoverride"
extern void
WLLT_ChangePassword(PRBool* status);