bug 322052 remove now-unused mFullURL r+sr=bz

This commit is contained in:
cbiesinger%web.de 2006-01-02 18:57:14 +00:00
Родитель 00713d88f1
Коммит e51d40d2cb
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -114,10 +114,6 @@ public:
//local methods
nsresult CreateWidget(nscoord aWidth, nscoord aHeight, PRBool aViewOnly);
nsIURI* GetFullURL()
{
return mFullURL;
}
// for a given aRoot, this walks the frame tree looking for the next outFrame
static nsIObjectFrame* GetNextObjectFrame(nsPresContext* aPresContext,
@ -166,7 +162,6 @@ protected:
friend class nsPluginInstanceOwner;
private:
nsPluginInstanceOwner *mInstanceOwner;
nsCOMPtr<nsIURI> mFullURL;
nsRect mWindowlessRect;
#ifdef DEBUG