summaryrefslogtreecommitdiff
path: root/gtk/gtkpango.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-08-15 21:20:19 +0200
committerTimm Bäder <mail@baedert.org>2017-08-15 21:27:52 +0200
commitd81fc8edcef5d07c46113011df7f54a9c95c58ec (patch)
tree144abfbbf7aedfd6766834bcbafc419c37b241ce /gtk/gtkpango.h
parentc1082ca93e1aec47acb8bcb0209ca953e9c6064b (diff)
downloadgtk+-d81fc8edcef5d07c46113011df7f54a9c95c58ec.tar.gz
gtkpango: Remove unused functions
Remove _gtk_pango_move_lines and a few function declarations in the private header file since they are only used inside gtkpango.c
Diffstat (limited to 'gtk/gtkpango.h')
-rw-r--r--gtk/gtkpango.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gtk/gtkpango.h b/gtk/gtkpango.h
index 0d6e6c00d0..216f928e8b 100644
--- a/gtk/gtkpango.h
+++ b/gtk/gtkpango.h
@@ -44,25 +44,6 @@ AtkAttributeSet *_gtk_pango_get_run_attributes (AtkAttributeSet *attributes,
gint *start_offset,
gint *end_offset);
-gint _gtk_pango_move_chars (PangoLayout *layout,
- gint offset,
- gint count);
-gint _gtk_pango_move_words (PangoLayout *layout,
- gint offset,
- gint count);
-gint _gtk_pango_move_sentences (PangoLayout *layout,
- gint offset,
- gint count);
-gint _gtk_pango_move_lines (PangoLayout *layout,
- gint offset,
- gint count);
-
-gboolean _gtk_pango_is_inside_word (PangoLayout *layout,
- gint offset);
-gboolean _gtk_pango_is_inside_sentence (PangoLayout *layout,
- gint offset);
-
-
gchar *_gtk_pango_get_text_before (PangoLayout *layout,
AtkTextBoundary boundary_type,
gint offset,