Backing out change that slipped in with my last checkin.

This commit is contained in:
jst%mozilla.jstenback.com 2005-01-14 21:45:41 +00:00
Родитель 5ef33596f8
Коммит 47c1da9edf
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -67,7 +67,6 @@
#include "nsIURI.h"
#include "nsIIOService.h"
#include "nsNetUtil.h"
#include "nsIProgressEventSink.h"
#include "nsIContentViewerContainer.h"
#include "nsIContentViewer.h"
#include "nsIMarkupDocumentViewer.h"
@ -3452,16 +3451,6 @@ nsHTMLDocument::CreateAndAddWyciwygChannel(void)
rv = loadGroup->AddRequest(mWyciwygChannel, nsnull);
NS_WARN_IF_FALSE(NS_SUCCEEDED(rv), "Failed to add request to load group.");
/*
nsCOMPtr<nsIInterfaceRequestor> interfaceRequestor;
loadGroup->GetNotificationCallbacks(getter_AddRefs(interfaceRequestor));
nsCOMPtr<nsIProgressEventSink> progressSink =
do_GetInterface(interfaceRequestor);
progressSink->OnProgress(mWyciwygChannel, nsnull, 1, -1);
*/
}
return rv;