Not in the build!

This commit is contained in:
conrad%ingress.com 2000-06-12 21:36:16 +00:00
parent 34bc9f4f9c
commit 5300b8e34e

View File

@ -31,7 +31,6 @@
class nsIEventQueueService; class nsIEventQueueService;
class nsIServiceManager; class nsIServiceManager;
class nsIPref;
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// MMozillaApp - A class that can be mixed into an application class. It // MMozillaApp - A class that can be mixed into an application class. It
@ -49,7 +48,6 @@ class MMozillaApp
nsIEventQueueService *mpIEventQueueService; nsIEventQueueService *mpIEventQueueService;
nsIServiceManager *mpIServiceManager; nsIServiceManager *mpIServiceManager;
nsIPref *mpIPref;
}; };
// WARNING: CBrowserApp must descend from these in this order - we need // WARNING: CBrowserApp must descend from these in this order - we need