1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

core: remove unused function command_secure_display_data (issue #1012)

This commit is contained in:
Sébastien Helleu
2017-06-07 07:16:07 +02:00
parent e09dc5f63b
commit 111962c65a
-18
View File
@@ -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
*/