Fixing beos bustage caused by checkin for bug 113917

This commit is contained in:
seawood%netscape.com 2002-01-02 05:47:24 +00:00
Родитель 26054e8541
Коммит 4240452f77
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -86,9 +86,6 @@ protected:
GlobalPrinters GlobalPrinters::mGlobalPrinters;
nsStringArray* GlobalPrinters::mGlobalPrinterList = nsnull;
int GlobalPrinters::mGlobalNumPrinters = 0;
//---------------
nsStringArray* nsDeviceContextSpecBeOS::mGlobalPrinterList = nsnull;
int nsDeviceContextSpecBeOS::mGlobalNumPrinters = 0;
/** -------------------------------------------------------
* Construct the nsDeviceContextSpecBeOS

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

@ -119,8 +119,6 @@ protected:
virtual ~nsDeviceContextSpecBeOS();
public:
static nsStringArray *globalPrinterList;
static int globalNumPrinters;
int InitializeGlobalPrinters();
void FreeGlobalPrinters();