Skip to content

Commit 6000cab

Browse files
committed
Gadgets/Stdrev: Remove support for dcl-sep and dsc-sep
1 parent 9a7d675 commit 6000cab

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

gadgets/standard_revisions.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,6 @@ $(function() {
511511
self.delete_lines(titles, marks, rev);
512512
copy.insertAfter($(this));
513513
}
514-
515-
// hide the separator when we don't show the dsc item
516-
var sep = $(this).prev('.t-dsc-sep');
517-
if (sep.length > 0) {
518-
self.tracker.add_diff_object(sep, sep_rev, 'table-row');
519-
}
520514
});
521515
};
522516

@@ -848,12 +842,6 @@ $(function() {
848842
sep_revs = sep_revs.concat(copy_info[i].revs);
849843
}
850844
}
851-
852-
// hide the separator if needed
853-
var sep_obj = def.obj.prev('.t-dcl-sep');
854-
if (sep_obj.length > 0) {
855-
tracker.add_diff_object(sep_obj, sep_revs, 'table-row');
856-
}
857845
};
858846

859847
// Roughly the same as finalize_tr, but while all modifications are

0 commit comments

Comments
 (0)