Removed some gtksheet features that were causing problems for us when
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 8d1e77fe83e4fde12134540ea819e88d6df3691b..f6e420166af1a965c23747ed1c3004c91742e988 100644 (file)
@@ -154,8 +154,6 @@ struct _GtkSheet{
   /* expanding selection */
   GtkSheetCell selection_cell;
 
-  /* timer for automatic scroll during selection */
-  gint32 timer;
   /* timer for flashing clipped range */
   gint32 clip_timer;
   gint interval;
@@ -441,7 +439,7 @@ gtk_sheet_row_button_justify                (GtkSheet *sheet,
  * 1.0 being bottom or right; if row or column is negative then there
  * is no change */
 void
-gtk_sheet_moveto (GtkSheet * sheet,
+gtk_sheet_moveto (GtkSheet *sheet,
                  gint row,
                  gint column,
                  gfloat row_align,