From 0ea78902a94a2189ccd19d915132de3e355f22d9 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 17 Jan 2013 13:06:45 -0500
Subject: [PATCH] Eliminated unused variable.

---
 themes/jquerymobile/js/common.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/themes/jquerymobile/js/common.js b/themes/jquerymobile/js/common.js
index fee0d2ab78d..10e6f964be2 100644
--- a/themes/jquerymobile/js/common.js
+++ b/themes/jquerymobile/js/common.js
@@ -1,7 +1,3 @@
-// array holding translation strings for used in javascript code
-// translated key/value pairs are generated by Smarty templates
-_translations = Array();
-
 //$.ajaxSetup({cache: false});
 
 $(document).bind('mobileinit', function(){
-- 
GitLab