Skip to content

Commit 1744d2e

Browse files
committed
Remove apparently unused code
1 parent c33bab8 commit 1744d2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plots/cartesian/transition_axes.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,10 @@ module.exports = function transitionAxes(gd, newLayout, transitionOpts, makeOnCo
100100
var updatedAxisIds = Object.keys(updates);
101101
var affectedSubplots = computeAffectedSubplots(fullLayout, updatedAxisIds, updates);
102102

103-
function updateLayoutObjs () {
103+
function updateLayoutObjs() {
104104
function redrawObjs(objArray, method) {
105105
var i;
106106
for(i = 0; i < objArray.length; i++) {
107-
var obji = objArray[i];
108-
109107
method(gd, i);
110108
}
111109
}

0 commit comments

Comments
 (0)