From 936f05f54784d109fd2c29bd5ce6f3e61908be80 Mon Sep 17 00:00:00 2001 From: spider Date: Thu, 14 May 1998 01:02:14 +0000 Subject: [PATCH] Removing Init where passing nsIShellInstance git-svn-id: svn://10.0.0.236/trunk@1589 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/shell/public/nsIApplicationShell.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/shell/public/nsIApplicationShell.h b/mozilla/shell/public/nsIApplicationShell.h index bf0b1099f98..18d5145c793 100644 --- a/mozilla/shell/public/nsIApplicationShell.h +++ b/mozilla/shell/public/nsIApplicationShell.h @@ -24,8 +24,6 @@ #include "nsIShellInstance.h" -class nsIShellInstance; - #define NS_IAPPLICATIONSHELL_IID \ { 0xaf9a93e0, 0xdebc, 0x11d1, \ {0x92, 0x44, 0x00, 0x80, 0x5f, 0x8a, 0x7a, 0xb6} } @@ -44,7 +42,6 @@ class nsIApplicationShell : public nsISupports { public: // Create a native window for this web widget; may be called once NS_IMETHOD Init() = 0; - NS_IMETHOD Init(nsIShellInstance * aShellInstance) = 0; NS_IMETHOD Run() = 0;