Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jamelt committed Apr 21, 2019
1 parent 87372db commit d44103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// TODO: There is no reason to hard code nib in here now.
// But keeping for backward compatibility.

var stylus, nib;
var stylus;

module.exports = function(data, options, callback) {
// Lazy require
Expand Down

0 comments on commit d44103d

Please sign in to comment.