X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-image.h;h=412a85382a48579947f8840f46b3839502755918;hb=0526caefb3e35fe432e40fb9503d370907c9ef28;hp=29c1debb742c05757ede62bd15ca3a7f3b8a0865;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/libdocument/ev-image.h b/libdocument/ev-image.h index 29c1debb..412a8538 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__ */