followup for fix to bug 371392, forgot to get rid of the header declaration for a variable I killed. b=371392 r/sr=biesi

This commit is contained in:
joshmoz@gmail.com 2007-03-27 01:53:08 -07:00
parent 42fbb1e601
commit 5bdb5019b5

View File

@ -317,9 +317,8 @@ public:
protected:
nsPenMode mPenMode;
private:
static nsIDrawingSurface* gBackbuffer; //singleton backbuffer
// Largest requested offscreen size if larger than a full screen.
static nsSize gLargestRequestedSize;
// Largest requested offscreen size if larger than a full screen.
static nsSize gLargestRequestedSize;
};