mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
bug 322052 remove now-unused mFullURL r+sr=bz
This commit is contained in:
parent
00713d88f1
commit
e51d40d2cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user