summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-08-28 19:26:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-08-28 19:26:42 -0400
commit5d6b21e7b2aa3cdd9e9a791d1e65f2674f733a78 (patch)
treee571fcc3f948f15eaf5e38828c00c8a76dcffaca /gtk/gtktextview.h
parentd2d344a5310138d363d0ca6c7b7c9daf21c9ce37 (diff)
downloadgtk+-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.h8
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);