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

@@ -99,7 +99,7 @@ module RubyTest
Prof::win_focus(win_tag)
if (line)
Prof::win_process_line(win_tag, line)
handle_lower.call(win_tag, line)
end
}
end