From 2eedf1b9fc20dbdebec6da9598102b0ff80a4fff Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Tue, 21 Dec 1999 00:12:46 +0000 Subject: [PATCH] Removed GetWebShellType() form the API. git-svn-id: svn://10.0.0.236/trunk@56255 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIWebShell.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/webshell/public/nsIWebShell.h b/mozilla/webshell/public/nsIWebShell.h index f05eee5eda9..a7ab3b5319e 100644 --- a/mozilla/webshell/public/nsIWebShell.h +++ b/mozilla/webshell/public/nsIWebShell.h @@ -264,11 +264,6 @@ public: */ NS_IMETHOD SetWebShellType(nsWebShellType aWebShellType) = 0; - /** - * Get the type of the webshell. Indicates whether the webshell is content or chrome. - */ - NS_IMETHOD GetWebShellType(nsWebShellType& aWebShellType) = 0; - /* * Get Chrome Event Handler */