[padDiff] remove unused functions a?lines_length
parent
021db28a02
commit
ca6f877db2
|
@ -331,14 +331,6 @@ PadDiff.prototype._createDeletionChangeset = function(cs, startAText, apool) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function lines_length() {
|
|
||||||
if ((typeof lines.length) == "number") {
|
|
||||||
return lines.length;
|
|
||||||
} else {
|
|
||||||
return lines.length();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function alines_get(idx) {
|
function alines_get(idx) {
|
||||||
if (alines.get) {
|
if (alines.get) {
|
||||||
return alines.get(idx);
|
return alines.get(idx);
|
||||||
|
@ -347,14 +339,6 @@ PadDiff.prototype._createDeletionChangeset = function(cs, startAText, apool) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function alines_length() {
|
|
||||||
if ((typeof alines.length) == "number") {
|
|
||||||
return alines.length;
|
|
||||||
} else {
|
|
||||||
return alines.length();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var curLine = 0;
|
var curLine = 0;
|
||||||
var curChar = 0;
|
var curChar = 0;
|
||||||
var curLineOpIter = null;
|
var curLineOpIter = null;
|
||||||
|
|
Loading…
Reference in New Issue