Removed usages of win_process_line

This commit is contained in:
James Booth
2014-06-11 21:16:54 +01:00
parent 20d890cfdc
commit 43eb38da2d
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ local function cmd_bracket(line)
prof_win_focus(win_tag);
if line then
prof_win_process_line(win_tag, line);
handle_bracket(win_tag, line)
end
end