From 33f48b3ff642a6f01bce97416ad4d4c6f34a3e97 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 28 May 1999 03:36:04 +0000 Subject: [PATCH] remove my comment git-svn-id: svn://10.0.0.236/trunk@33094 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/nsPref.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/modules/libpref/src/nsPref.cpp b/mozilla/modules/libpref/src/nsPref.cpp index 678f9b2b49f..7c2fcec7000 100644 --- a/mozilla/modules/libpref/src/nsPref.cpp +++ b/mozilla/modules/libpref/src/nsPref.cpp @@ -269,8 +269,7 @@ void nsPref::useDefaultPrefFile() rv = StartUpWith(prefsFile); } else { - // no prefs file. make a stub of one, then fill in some default prefs. this is a hack to - // get people to use Messenger 5.0 by trying to set up some prefs. + // no prefs file. make a stub of one nsOutputFileStream stream(prefsFile); if (stream.is_open()) { stream << PREFS_HEADER_LINE_1 << nsEndl << PREFS_HEADER_LINE_2 << nsEndl << nsEndl;