From 3e3b815a69e800d84ac3514cd73cc9127a6f527d Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Fri, 12 Aug 2011 14:30:06 +0000 Subject: [PATCH] Remove unused js vars --- www/searchFunc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/searchFunc.js b/www/searchFunc.js index c1284da..e848f6b 100644 --- a/www/searchFunc.js +++ b/www/searchFunc.js @@ -4,7 +4,6 @@ google.load("search", "1"); function searchInit() { UNL_Search.peoplefinderCache = new UNL_Search.Cache(); - UNL_Search.hcardCache = new UNL_Search.Cache(); //Parse the querystring for q var qs = location.search.substring(1,location.search.length); @@ -72,8 +71,6 @@ UNL_Search.unl_search = null; UNL_Search.local_search = null; UNL_Search.local_search_context = null; UNL_Search.scrolldelay = null; -UNL_Search.hcardTimeout = null; -UNL_Search.hcardCache = null; UNL_Search.peoplefinderCache = null; //Caching Class -- GitLab