From b37f8b40289f442cae92992a87817f4d5cb5978c Mon Sep 17 00:00:00 2001 From: "bnesse%netscape.com" Date: Thu, 19 Apr 2001 03:49:00 +0000 Subject: [PATCH] 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 --- mozilla/modules/libpref/src/nsPrefService.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/modules/libpref/src/nsPrefService.cpp b/mozilla/modules/libpref/src/nsPrefService.cpp index 530f0e8dd8c..4b7e596b24d 100644 --- a/mozilla/modules/libpref/src/nsPrefService.cpp +++ b/mozilla/modules/libpref/src/nsPrefService.cpp @@ -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()