Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-image.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-23 17:13:54 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-23 17:13:54 (GMT)
commit44205a9ede6bde99d7594a9c531521540acc7e81 (patch)
tree08b38b135eed1bd2b85866092d5ae972b7f25d8a /libdocument/ev-image.h
parent8dbd7b00f71be8b78198b2c713ae071c2dd77d11 (diff)
[libdcoument] Remove all Ev*Mapping types
Diffstat (limited to 'libdocument/ev-image.h')
-rw-r--r--libdocument/ev-image.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libdocument/ev-image.h b/libdocument/ev-image.h
index 29c1deb..412a853 100644
--- a/libdocument/ev-image.h
+++ b/libdocument/ev-image.h
@@ -63,21 +63,6 @@ const gchar *ev_image_save_tmp (EvImage *image,
const gchar *ev_image_get_tmp_uri (EvImage *image);
-/* Image Mapping stuff */
-typedef struct _EvImageMapping EvImageMapping;
-struct _EvImageMapping {
- EvImage *image;
- gdouble x1;
- gdouble y1;
- gdouble x2;
- gdouble y2;
-};
-
-void ev_image_mapping_free (GList *image_mapping);
-EvImage *ev_image_mapping_find (GList *image_mapping,
- gdouble x,
- gdouble y);
-
G_END_DECLS
#endif /* __EV_IMAGE_H__ */