]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.c
Updated Ukrainian translation.
[evince.git] / shell / ev-view.c
index 07fee0d7a11ba01339bb175f467c399efa167b65..7fe99552eb4e3ea83c3c9cf6454bad465bcb0537 100644 (file)
@@ -236,8 +236,6 @@ static void       find_page_at_location                      (EvView
                                                              gint               *page,
                                                              gint               *x_offset,
                                                              gint               *y_offset);
-static void       ev_view_queue_draw_page                    (EvView             *view,
-                                                             gint                page);
 
 /*** Hyperrefs ***/
 static EvLink*    get_link_at_location                       (EvView             *view,
@@ -1007,14 +1005,6 @@ find_page_at_location (EvView  *view,
        *page = -1;
 }
 
-static void
-ev_view_queue_draw_page (EvView *view,
-                        gint    page)
-{
-       /* FIXME: write */
-       gtk_widget_queue_draw (GTK_WIDGET (view));
-}
-
 static gboolean
 location_in_text (EvView  *view,
                  gdouble  x,