Removed #pragma mark - stuff that was causing build problems on Windows in preparation for landing bug 46863 tomorrow.

[Not part of the build --- yet :)]


git-svn-id: svn://10.0.0.236/trunk@92710 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bnesse%netscape.com
2001-04-19 03:49:00 +00:00
parent f24522eceb
commit b37f8b4028

View File

@@ -234,7 +234,6 @@ NS_IMETHODIMP nsPrefService::GetDefaultBranch(const char *aPrefRoot, nsIPrefBran
}
#pragma mark -
// Forward these methods through the nsIPrefBranchInternal headers
NS_IMETHODIMP nsPrefService::AddObserver(const char *aDomain, nsIObserver *aObserver)
@@ -258,8 +257,6 @@ NS_IMETHODIMP nsPrefService::RemoveObserver(const char *aDomain, nsIObserver *aO
}
#pragma mark -
nsresult nsPrefService::useDefaultPrefFile()
{
nsresult rv;
@@ -417,7 +414,6 @@ static nsresult savePrefFile(nsIFile* aFile)
return NS_OK;
}
#pragma mark -
//----------------------------------------------------------------------------------------
// So discouraged is the use of nsIFileSpec, nobody wanted to have this routine be
@@ -505,7 +501,6 @@ PRBool verifyFileHash(char* buf, long buflen)
return success;
}
#pragma mark -
/*
* some stuff that gets called from Pref_Init()