1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

exec: remove comment

This commit is contained in:
Sébastien Helleu
2014-04-03 13:08:53 +02:00
parent a470a1a890
commit 7bff59ed33
-5
View File
@@ -248,11 +248,6 @@ exec_display_line (struct t_exec_cmd *exec_cmd, struct t_gui_buffer *buffer,
{
char *line_color, *line2, str_number[32], str_tags[1024];
int length;
/*
char *ptr_output, *ptr_line, *line, *line2, *pos;
char str_number[32], str_tags[1024];
int length;
*/
if (!exec_cmd || !line)
return;