From b068a8d0364e251676387f75b8f6423085f08075 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 5 Aug 2015 05:06:07 -0700 Subject: [PATCH] cleanup. --- lib/widgets/node.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/widgets/node.js b/lib/widgets/node.js index 66046c4..ea5dcf9 100644 --- a/lib/widgets/node.js +++ b/lib/widgets/node.js @@ -26,14 +26,6 @@ function Node(options) { options = options || {}; this.options = options; - /* - this.screen = this.screen - || options.screen - || (options.parent && options.parent.screen) - || require('./screen').global - || (function(){throw new Error('No active screen.')})(); - */ - var element; if (!options.screen && options.parent) { element = options.parent;