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

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

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

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

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