fixed a multiple definition of nsISupports. r=beard

This commit is contained in:
dcone%netscape.com 2006-02-10 22:48:24 +00:00
Родитель 1d151f86d2
Коммит aaa2c30d7c
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -67,12 +67,6 @@ nsDeviceContextMac :: ~nsDeviceContextMac()
{
}
//------------------------------------------------------------------------
NS_IMPL_QUERY_INTERFACE(nsDeviceContextMac, kDeviceContextIID);
NS_IMPL_ADDREF(nsDeviceContextMac);
NS_IMPL_RELEASE(nsDeviceContextMac);
/** ---------------------------------------------------
* See documentation in nsIDeviceContext.h
* @update 12/9/98 dwc

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

@ -37,8 +37,6 @@ class nsDeviceContextMac : public DeviceContextImpl
public:
nsDeviceContextMac();
NS_DECL_ISUPPORTS_INHERITED
NS_IMETHOD Init(nsNativeWidget aNativeWidget);
NS_IMETHOD CreateRenderingContext(nsIRenderingContext *&aContext);