1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-30 22:54:23 +00:00

ev-view: do not define unnecessary function prototype ahead

The function itself is defined before any user
This commit is contained in:
Pablo Correa Gómez 2023-09-04 20:16:11 +02:00 committed by Germán Poo-Caamaño
parent 323c4af3ca
commit 2e78f134fd

View File

@ -127,9 +127,6 @@ typedef struct {
#define LINK_PREVIEW_VERTICAL_LINK_POS 0.3 /* as fraction of preview height */
#define LINK_PREVIEW_DELAY_MS 300 /* Delay before showing preview in milliseconds */
/*** Scrolling ***/
static void view_update_range_and_current_page (EvView *view);
/*** Geometry computations ***/
static void compute_border (EvView *view,
GtkBorder *border);