From a1c91ccb992c644253e89a8ce299f107311a3a46 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 28 Aug 2013 23:49:25 -0500 Subject: [PATCH] cleanup. --- lib/tput.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tput.js b/lib/tput.js index c954af3..af22a82 100644 --- a/lib/tput.js +++ b/lib/tput.js @@ -1233,9 +1233,6 @@ Tput.cpaths = [ Tput.prototype.readTermcap = function(term) { var self = this , term = term || this.terminal - , TERMCAP = process.env.TERMCAP || '' - , TERMPATH = process.env.TERMPATH || '' - , HOME = process.env.HOME || '' , terms , term_ , root