Removed the command member as it is no longer needed.

git-svn-id: svn://10.0.0.236/trunk@64209 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-03-27 02:34:51 +00:00
parent 8c5a276242
commit 94326902b5

View File

@@ -42,8 +42,7 @@ public:
const char* aCharset= nsnull ,
nsCharsetSource aSource = kCharsetUninitialized) = 0;
NS_IMETHOD ReloadDocument(const char* aCharset = nsnull ,
nsCharsetSource aSource = kCharsetUninitialized,
const char* aCmd = nsnull) = 0;
nsCharsetSource aSource = kCharsetUninitialized) = 0;
NS_IMETHOD StopDocumentLoad(void) = 0;
NS_IMETHOD SetRendering(PRBool aRender) = 0;