From ae66d58a728d5f738b6be0a4c622bc6e3c50b9ef Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 28 May 2013 10:43:36 +0200 Subject: [PATCH] Remove set_scroll_adjustment_signal --- src/ui/gui/pspp-sheet-view.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/gui/pspp-sheet-view.c b/src/ui/gui/pspp-sheet-view.c index c77dadb8f6..da46d764f5 100644 --- a/src/ui/gui/pspp-sheet-view.c +++ b/src/ui/gui/pspp-sheet-view.c @@ -779,6 +779,7 @@ pspp_sheet_view_class_init (PsppSheetViewClass *class) GTK_PARAM_READABLE)); /* Signals */ +#if GTK3_TRANSITION /** * PsppSheetView::set-scroll-adjustments * @horizontal: the horizontal #GtkAdjustment @@ -798,6 +799,7 @@ pspp_sheet_view_class_init (PsppSheetViewClass *class) G_TYPE_NONE, 2, GTK_TYPE_ADJUSTMENT, GTK_TYPE_ADJUSTMENT); +#endif /** * PsppSheetView::row-activated: -- 2.30.2