diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-09-13 17:25:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-09-15 15:01:45 -0400 |
commit | c0071a06765e411b244831a040feb4d946e996b8 (patch) | |
tree | 4225ad2bdc19fd03ed86a12740daea1bdc688424 /gtk/gtktextutil.h | |
parent | 97231ca231f4fcd84a5dd61f1eec1d7e2c5b703d (diff) | |
download | gtk+-c0071a06765e411b244831a040feb4d946e996b8.tar.gz |
text util: Remove an unused function
_gtk_text_util_append_special_char_menuitems was not used.
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r-- | gtk/gtktextutil.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h index 450ed464a1..4ad534ce7b 100644 --- a/gtk/gtktextutil.h +++ b/gtk/gtktextutil.h @@ -31,13 +31,6 @@ G_BEGIN_DECLS * GtkTextView and GtkEntry */ -typedef void (* GtkTextUtilCharChosenFunc) (const char *text, - gpointer data); - -void _gtk_text_util_append_special_char_menuitems (GtkMenuShell *menushell, - GtkTextUtilCharChosenFunc func, - gpointer data); - GdkPaintable * gtk_text_util_create_drag_icon (GtkWidget *widget, gchar *text, gssize len); |