From fb7b1c1582819ab9788812c19b202ca78e3ba405 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 8 Sep 2012 08:34:36 -0400 Subject: [PATCH] Unused code --- js/tbl_chart.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/js/tbl_chart.js b/js/tbl_chart.js index e5ba752b01..b33a81066f 100644 --- a/js/tbl_chart.js +++ b/js/tbl_chart.js @@ -151,16 +151,6 @@ $(function() { $('#querychart').show(); }); -function in_array(element, array) -{ - for (var i = 0, l = array.length; i < l; i++) { - if (array[i] == element) { - return true; - } - } - return false; -} - function isColumnNumeric(columnName) { var first = true;