Removed necko ifdef.

This commit is contained in:
warren%netscape.com 1999-06-28 22:07:07 +00:00
parent 4de7604397
commit f1826b64cd

View File

@ -59,11 +59,7 @@ public:
* Initialize an image group with a device context. All images
* in this group will be decoded for the specified device context.
*/
#ifdef NECKO
virtual nsresult Init(nsIDeviceContext *aDeviceContext) = 0;
#else
virtual nsresult Init(nsIDeviceContext *aDeviceContext, nsILoadGroup* aLoadGroup) = 0;
#endif
/**
* Add an observers to be informed of image group notifications.