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
Родитель 70dd389937
Коммит e7c50fdb10
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -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;
};