diff options
-rw-r--r-- | src/core/wee-command.c | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ -5236,24 +5236,6 @@ COMMAND_CALLBACK(save) } /* - * 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 */ |