File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -278,12 +278,6 @@ var underscore = _.noConflict();
278
278
// wrap TH content in spans so we can hide/show them
279
279
this . wrapTHsInSpans ( ) ;
280
280
} ,
281
- getLineNumberInDiffByTr : function ( tr ) {
282
- return $ . inArray ( tr , this . $rows ) + 1 ;
283
- } ,
284
- getTrByLineNumberInDiff : function ( line ) {
285
- return this . $rows [ line - 1 ] ;
286
- } ,
287
281
getTrByFileAndLineNumberInFile : function ( file , line ) {
288
282
var col ;
289
283
var container ;
@@ -341,9 +335,6 @@ var underscore = _.noConflict();
341
335
getFile : function ( ) {
342
336
return this . $el . parents ( 'li' ) . find ( 'h2>a:first' ) . text ( ) ;
343
337
} ,
344
- getLineNumberInDiff : function ( ) {
345
- return Rows . getLineNumberInDiffByTr ( this . el ) ;
346
- } ,
347
338
getLineNumberInFile : function ( ) {
348
339
// Get the linenumber within the file of this row. If the row is deleted, return it negated.
349
340
var l = this . $lineNumberCell . text ( ) . trim ( ) ;
You can’t perform that action at this time.
0 commit comments