From b50e465f115cc641a1865fb1d2ba1ffece312e52 Mon Sep 17 00:00:00 2001 From: "bryner%uiuc.edu" Date: Fri, 23 Mar 2001 02:27:51 +0000 Subject: [PATCH] Removing unused code, for bug 38061. r=beard, sr=alecf. git-svn-id: svn://10.0.0.236/trunk@90163 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLDocument.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index ec3d6031588..d941f92baf8 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -119,12 +119,6 @@ static PRBool gInitDetector = PR_FALSE; static PRBool gPlugDetector = PR_FALSE; //static PRBool gBookmarkCharset = PR_TRUE; -#ifdef PCB_USE_PROTOCOL_CONNECTION -// beard: how else would we get the referrer to a URL? -#include "nsIProtocolConnection.h" -#include "net.h" -#endif - #include "prmem.h" #include "prtime.h"