Remove redeclaration of a variable

This commit is contained in:
Samuel Mannehed
2016-10-13 14:57:37 +02:00
parent 00df30999b
commit da346c3b21

View File

@@ -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();