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 @@ -271,12 +271,6 @@ var underscore = _.noConflict();
271
271
// wrap TH content in spans so we can hide/show them
272
272
this . wrapTHsInSpans ( ) ;
273
273
} ,
274
- getLineNumberInDiffByTr : function ( tr ) {
275
- return $ . inArray ( tr , this . $rows ) + 1 ;
276
- } ,
277
- getTrByLineNumberInDiff : function ( line ) {
278
- return this . $rows [ line - 1 ] ;
279
- } ,
280
274
getTrByFileAndLineNumberInFile : function ( file , line ) {
281
275
var col ;
282
276
var container ;
@@ -334,9 +328,6 @@ var underscore = _.noConflict();
334
328
getFile : function ( ) {
335
329
return this . $el . parents ( 'li' ) . find ( 'h2>a:first' ) . text ( ) ;
336
330
} ,
337
- getLineNumberInDiff : function ( ) {
338
- return Rows . getLineNumberInDiffByTr ( this . el ) ;
339
- } ,
340
331
getLineNumberInFile : function ( ) {
341
332
// Get the linenumber within the file of this row. If the row is deleted, return it negated.
342
333
var l = this . $lineNumberCell . text ( ) . trim ( ) ;
You can’t perform that action at this time.
0 commit comments