projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df323f
)
Remove an unimplemented function
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 2 Aug 2021 23:46:31 +0000
(19:46 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 3 Aug 2021 00:44:40 +0000
(20:44 -0400)
_gtk_entry_get_im_context does not exist.
gtk/gtkentryprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkentryprivate.h
b/gtk/gtkentryprivate.h
index 05e4c6addba99f05cbfec3b6b467a33106adbc10..f6773aaec673792d976fbe9ed1686ed8cf3ba7df 100644
(file)
--- a/
gtk/gtkentryprivate.h
+++ b/
gtk/gtkentryprivate.h
@@
-102,7
+102,6
@@
void _gtk_entry_completion_connect (GtkEntryCompletion *completion,
GtkEntry *entry);
void _gtk_entry_completion_disconnect (GtkEntryCompletion *completion);
-GtkIMContext * _gtk_entry_get_im_context (GtkEntry *entry);
GtkEventController * gtk_entry_get_key_controller (GtkEntry *entry);
GtkText *gtk_entry_get_text_widget (GtkEntry *entry);