diff options
author | Pablo Barciela <[email protected]> | 2019-11-11 09:27:38 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-28 01:03:04 +0100 |
commit | 0fc51a2c8daff96ed2535ed318dc4d737b34845c (patch) | |
tree | 248e5027a9cf0b33d030f072a36ea48cd1834c1f /libview/ev-view.c | |
parent | 8a85c86a88a517ec52c4a14d1f41e23b975a60dc (diff) | |
download | atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.bz2 atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'libview/ev-view.c')
-rw-r--r-- | libview/ev-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index 91d14cbf..e3029305 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -210,8 +210,6 @@ static void on_adjustment_value_changed (GtkAdjustment /*** GObject ***/ static void ev_view_finalize (GObject *object); static void ev_view_dispose (GObject *object); -static void ev_view_class_init (EvViewClass *class); -static void ev_view_init (EvView *view); /*** Zoom and sizing ***/ static double zoom_for_size_fit_width (gdouble doc_width, |