From da346c3b212318bdcaae9febbe14dce0d2d260c0 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 13 Oct 2016 14:57:37 +0200 Subject: [PATCH] Remove redeclaration of a variable --- app/ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 3d715c25..52078856 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1147,7 +1147,6 @@ var UI; // Update parameters that depend on the clip setting updateViewClip: function() { - var display; if (!UI.rfb) return; var display = UI.rfb.get_display();