diff options
Diffstat (limited to 'components/image-viewer/io-png.h')
-rw-r--r-- | components/image-viewer/io-png.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/components/image-viewer/io-png.h b/components/image-viewer/io-png.h deleted file mode 100644 index 1d076d4db..000000000 --- a/components/image-viewer/io-png.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef IO_PNG_H -#define IO_PNG_H - -#include <bonobo/Bonobo.h> -#include <gdk-pixbuf/gdk-pixbuf.h> - -void image_save (Bonobo_Stream stream, - GdkPixbuf *pixbuf, - CORBA_Environment *ev); - -#endif /* IO_PNG_H */ |