From 44205a9ede6bde99d7594a9c531521540acc7e81 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 23 May 2009 17:13:54 +0000 Subject: [libdcoument] Remove all Ev*Mapping types --- (limited to 'libdocument/ev-annotation.h') diff --git a/libdocument/ev-annotation.h b/libdocument/ev-annotation.h index 456710c..10c032e 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 */ -- cgit v0.9.1