summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-09-13 17:25:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-09-15 15:01:45 -0400
commitc0071a06765e411b244831a040feb4d946e996b8 (patch)
tree4225ad2bdc19fd03ed86a12740daea1bdc688424 /gtk/gtktextutil.h
parent97231ca231f4fcd84a5dd61f1eec1d7e2c5b703d (diff)
downloadgtk+-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.h7
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);