Remove set_scroll_adjustment_signal
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 08:43:36 +0000 (10:43 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 29 May 2013 04:58:26 +0000 (06:58 +0200)
src/ui/gui/pspp-sheet-view.c

index c77dadb8f64b044cbb0ac2e7bfaf33626711259f..da46d764f58bef7b4a14b726c6fd11c0bada2e4e 100644 (file)
@@ -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: