Remove unused variable

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-03 13:50:19 +01:00
parent ac9714cf6a
commit 5883f14664

View File

@ -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.
*/