diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-08-28 19:26:42 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-08-28 19:26:42 -0400 |
commit | 5d6b21e7b2aa3cdd9e9a791d1e65f2674f733a78 (patch) | |
tree | e571fcc3f948f15eaf5e38828c00c8a76dcffaca /gtk/gtktextview.h | |
parent | d2d344a5310138d363d0ca6c7b7c9daf21c9ce37 (diff) | |
download | gtk+-5d6b21e7b2aa3cdd9e9a791d1e65f2674f733a78.tar.gz |
Remove long-deprecated page-horizontally signal
This signal has been superseded by GTK_MOVEMENT_HORIZONTAL_PAGES
long ago. This breaks the GtkTextView ABI.
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r-- | gtk/gtktextview.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 7517b25728..1391c1b232 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -88,14 +88,6 @@ struct _GtkTextViewClass gint count, gboolean extend_selection); - /* FIXME should be deprecated in favor of adding GTK_MOVEMENT_HORIZONTAL_PAGES - * or something in GTK 2.2, was put in to avoid adding enum values during - * the freeze. - */ - void (* page_horizontally) (GtkTextView *text_view, - gint count, - gboolean extend_selection); - /* move the "anchor" (what Emacs calls the mark) to the cursor position */ void (* set_anchor) (GtkTextView *text_view); |