fixed a multiple definition of nsISupports. r=beard

This commit is contained in:
dcone%netscape.com 2000-03-17 21:55:25 +00:00
Родитель 2f566d968a
Коммит 6004b14bbd
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);