Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-form-field.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-form-field.h
parent8dbd7b00f71be8b78198b2c713ae071c2dd77d11 (diff)
[libdcoument] Remove all Ev*Mapping types
Diffstat (limited to 'libdocument/ev-form-field.h')
-rw-r--r--libdocument/ev-form-field.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/libdocument/ev-form-field.h b/libdocument/ev-form-field.h
index 92dd9fd..1e5114e 100644
--- a/libdocument/ev-form-field.h
+++ b/libdocument/ev-form-field.h
@@ -208,26 +208,6 @@ GType ev_form_field_signature_get_type (void) G_GNUC_CONST;
EvFormField *ev_form_field_signature_new (gint id);
-/* FormField Mapping stuff */
-typedef struct _EvFormFieldMapping EvFormFieldMapping;
-struct _EvFormFieldMapping {
- EvFormField *field;
- gdouble x1;
- gdouble y1;
- gdouble x2;
- gdouble y2;
-};
-
-void ev_form_field_mapping_free (GList *field_mapping);
-EvFormField *ev_form_field_mapping_find (GList *field_mapping,
- gdouble x,
- gdouble y);
-void ev_form_field_mapping_get_area (GList *field_mapping,
- EvFormField *field,
- EvRectangle *area);
-EvFormField *ev_form_field_mapping_find_by_id (GList *form_field_mapping,
- gint id);
-
G_END_DECLS
#endif /* !EV_FORM_FIELD_H */