From 5300b8e34eb9ef20ad0cadab443ca7756aaf7e71 Mon Sep 17 00:00:00 2001 From: "conrad%ingress.com" Date: Mon, 12 Jun 2000 21:36:16 +0000 Subject: [PATCH] Not in the build! Removed nsIPref instance variable since now we use service. --- embedding/browser/powerplant/source/CBrowserApp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/embedding/browser/powerplant/source/CBrowserApp.h b/embedding/browser/powerplant/source/CBrowserApp.h index 75bedfecdec3..5c1abbcf805f 100644 --- a/embedding/browser/powerplant/source/CBrowserApp.h +++ b/embedding/browser/powerplant/source/CBrowserApp.h @@ -31,7 +31,6 @@ class nsIEventQueueService; class nsIServiceManager; -class nsIPref; // --------------------------------------------------------------------------- // MMozillaApp - A class that can be mixed into an application class. It @@ -49,7 +48,6 @@ class MMozillaApp nsIEventQueueService *mpIEventQueueService; nsIServiceManager *mpIServiceManager; - nsIPref *mpIPref; }; // WARNING: CBrowserApp must descend from these in this order - we need