1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: remove commented code

This commit is contained in:
Sébastien Helleu
2023-03-25 17:11:10 +01:00
parent 2da5eaf81c
commit 1b99f861a3
-1
View File
@@ -708,7 +708,6 @@ gui_key_expand (const char *key, char **key_name, char **key_name_alias)
}
length = key - ptr_key_meta2;
//snprintf (str_raw, sizeof (str_raw), "meta2-");
memcpy (str_raw + strlen (str_raw), ptr_key_meta2, length);
str_raw[6 + length] = '\0';