From a9b17e930ca4007f69ef386ac2cd478ba47637ba Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 7 Dec 2016 13:48:30 +0000 Subject: [PATCH] Add diff markers to tabs in diff-view --- editor/js/ui/deploy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/js/ui/deploy.js b/editor/js/ui/deploy.js index c76e5f19c..d19a6e28a 100644 --- a/editor/js/ui/deploy.js +++ b/editor/js/ui/deploy.js @@ -35,8 +35,6 @@ RED.deploy = (function() { $("#btn-deploy-icon").attr("src",deploymentTypes[type].img); } - var currentDiff = null; - /** * options: * type: "default" - Button with drop-down options - no further customisation available