summaryrefslogtreecommitdiff
path: root/components/image-viewer/io-png.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/image-viewer/io-png.h')
-rw-r--r--components/image-viewer/io-png.h11
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 */