From 7e3c22536f86d468168a1918b3df24f48e3e7d92 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 9 Mar 2023 19:05:24 +0800 Subject: [PATCH] ; * textconv.c: Remove out-of-date comment. --- src/textconv.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/textconv.c b/src/textconv.c index c1ce83b1d7d..3206bb48204 100644 --- a/src/textconv.c +++ b/src/textconv.c @@ -39,12 +39,8 @@ along with GNU Emacs. If not, see . */ -/* The window system's text conversion interface. - NULL when the window system has not set up text conversion. - - This interface will later be heavily extended on the - feature/android branch to deal with Android's much less - straightforward text conversion protocols. */ +/* The window system's text conversion interface. NULL when the + window system has not set up text conversion. */ static struct textconv_interface *text_interface; -- 2.39.5