X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-selection.c;h=a34e863b2328aa870e10c2cb7bcdf1bb4e1d8c3c;hb=18d2af9bce80392407fae997c8dfa029f5a54123;hp=25879a9202ffc63e14054d04a807c9b8d7c46cc6;hpb=05fdc61391b2d3f13a539ba8c870a4b60342d06a;p=evince.git diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c index 25879a92..a34e863b 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); -}