Skip to content

Commit 7f17504

Browse files
committed
Remove unused var in caption.js
1 parent 9783c78 commit 7f17504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/caption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
// this function handles stylizing of the sample caption text in the Prefs dialog
358358
// plus the actual production captions
359359
// TODO: consider applying the same user prefs to visible text-based description
360-
var property, newValue, opacity, lineHeight;
360+
var property, newValue, opacity;
361361

362362
if (typeof $element !== "undefined") {
363363
if (pref == "prefCaptionsPosition") {

0 commit comments

Comments
 (0)