Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-selection.c')
-rw-r--r--libdocument/ev-selection.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c
index 25879a9..a34e863 100644
--- a/libdocument/ev-selection.c
+++ b/libdocument/ev-selection.c
@@ -75,15 +75,3 @@ ev_selection_get_selection_region (EvSelection *selection,
return iface->get_selection_region (selection, rc, style, points);
}
-
-GdkRegion *
-ev_selection_get_selection_map (EvSelection *selection,
- EvPage *page)
-{
- EvSelectionInterface *iface = EV_SELECTION_GET_IFACE (selection);
-
- if (!iface->get_selection_map)
- return NULL;
-
- return iface->get_selection_map (selection, page);
-}