Skip to content

Commit

Permalink
xps: Remove extra call to gxps_link_get_area()
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Feb 17, 2013
1 parent 37da8d8 commit 17e8e7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/xps/xps-document.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ xps_document_links_get_links (EvDocumentLinks *document_links,
ev_link_mapping = g_new (EvMapping, 1);
gxps_link_get_area (xps_link, &area);
target = gxps_link_get_target (xps_link);
gxps_link_get_area (xps_link, &area);
ev_link_mapping->data = ev_link_from_target (xps_document, target);

ev_link_mapping->area.x1 = area.x;
Expand Down

0 comments on commit 17e8e7f

Please sign in to comment.