Remove unused get_all_zephyr_rows

Arguably incorrect in the multiple-tables world.

(imported from commit 6902972a12c6484e78750d055292510d9637cf42)
This commit is contained in:
Keegan McAllister 2012-10-01 16:05:08 -04:00
parent 9f80a2f6b3
commit ae228a9a70
1 changed files with 0 additions and 4 deletions

View File

@ -371,10 +371,6 @@ var narrowed = false;
var persistent_zephyr_id = 0;
var high_water_mark = 0;
function get_all_zephyr_rows() {
return $('tr.zephyr_row');
}
function get_next_visible(zephyr_row) {
if (zephyr_row === undefined)
return [];