summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-03 13:08:53 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-03 13:08:53 +0200
commit7bff59ed33c4a3eafc1b3a2c19238f8da562b37a (patch)
tree54461ab5dfa075dca4287735691f70a12ba7101b /src/plugins
parenta470a1a8901b25a226b49bebe63560a4220b886c (diff)
downloadweechat-7bff59ed33c4a3eafc1b3a2c19238f8da562b37a.zip
exec: remove comment
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/exec/exec.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/exec/exec.c b/src/plugins/exec/exec.c
index a5521ed39..e032849b3 100644
--- a/src/plugins/exec/exec.c
+++ b/src/plugins/exec/exec.c
@@ -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;