From 5883f1466480c3dcd755530802f0ebf7aa50f58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Feb 2016 13:50:19 +0100 Subject: [PATCH] Remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- js/functions.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/functions.js b/js/functions.js index 153ccf3e73..75fe3bc6a8 100644 --- a/js/functions.js +++ b/js/functions.js @@ -44,11 +44,6 @@ var sql_autocomplete = false; */ var sql_autocomplete_default_table = ''; -/** - * @var chart_activeTimeouts object active timeouts that refresh the charts. When disabling a realtime chart, this can be used to stop the continuous ajax requests - */ -var chart_activeTimeouts = {}; - /** * @var central_column_list array to hold the columns in central list per db. */