X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-annotation.h;h=10c032e454c388d8d287e102c8afa922483ab71d;hb=44205a9ede6bde99d7594a9c531521540acc7e81;hp=456710c0be55615e75e9ccf9011ddfb1559e9ccd;hpb=26b1533e697112e62c0373f5d38ebf18d0f491f4;p=evince.git diff --git a/libdocument/ev-annotation.h b/libdocument/ev-annotation.h index 456710c0..10c032e4 100644 --- a/libdocument/ev-annotation.h +++ b/libdocument/ev-annotation.h @@ -122,26 +122,6 @@ void ev_annotation_markup_set_is_open (EvAnnotationMarkup *markup, GType ev_annotation_text_get_type (void) G_GNUC_CONST; EvAnnotation *ev_annotation_text_new (EvPage *page); - -/* Annotation Mapping stuff */ -typedef struct _EvAnnotationMapping EvAnnotationMapping; -struct _EvAnnotationMapping -{ - EvAnnotation *annotation; - gdouble x1; - gdouble y1; - gdouble x2; - gdouble y2; -}; - -void ev_annotation_mapping_free (GList *annotation_mapping); -EvAnnotation *ev_annotation_mapping_find (GList *annotation_mapping, - gdouble x, - gdouble y); -void ev_annotation_mapping_get_area (GList *annotation_mapping, - EvAnnotation *annotation, - EvRectangle *area); - G_END_DECLS #endif /* EV_ANNOTATION_H */