This commit is contained in:
dbaron%fas.harvard.edu 2001-11-29 02:58:30 +00:00
Родитель b7f496b7e6
Коммит 31edf8ff8e
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -118,8 +118,6 @@ class nsSystemFontsGTK {
nscoord nsDeviceContextGTK::mDpi = 96;
static nsSystemFontsGTK *gSystemFonts = nsnull;
NS_IMPL_ISUPPORTS1(nsDeviceContextGTK, nsIDeviceContext)
nsDeviceContextGTK::nsDeviceContextGTK()
{
NS_INIT_REFCNT();

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

@ -55,8 +55,6 @@ public:
nsDeviceContextGTK();
virtual ~nsDeviceContextGTK();
NS_DECL_ISUPPORTS
static void Shutdown(); // to be called from module destructor
NS_IMETHOD Init(nsNativeWidget aNativeWidget);