mirror of https://github.com/zulip/zulip.git
Remove unused get_all_zephyr_rows
Arguably incorrect in the multiple-tables world. (imported from commit 6902972a12c6484e78750d055292510d9637cf42)
This commit is contained in:
parent
9f80a2f6b3
commit
ae228a9a70
|
@ -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 [];
|
||||
|
|
Loading…
Reference in New Issue