From 111962c65afd9fb0e99c1a7ea54c558b4e77a4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 7 Jun 2017 07:16:07 +0200 Subject: core: remove unused function command_secure_display_data (issue #1012) --- src/core/wee-command.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/core/wee-command.c') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 7d0f014a6..fee94fc5b 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5235,24 +5235,6 @@ COMMAND_CALLBACK(save) return WEECHAT_RC_OK; } -/* - * Displays a secured data. - */ - -void -command_secure_display_data (void *data, - struct t_hashtable *hashtable, - const void *key, const void *value) -{ - /* make C compiler happy */ - (void) data; - (void) hashtable; - (void) value; - - if (key) - gui_chat_printf (NULL, " %s", key); -} - /* * Callback for command "/secure": manage secured data */ -- cgit v1.2.3