Author: marcus
Date: Sat Feb  8 19:14:04 2014
New Revision: 1566102

URL: http://svn.apache.org/r1566102
Log:
Deleted no longer used variable

Modified:
    openoffice/ooo-site/trunk/content/download/test/download.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1566102&r1=1566101&r2=1566102&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sat Feb  8 
19:14:04 2014
@@ -13,7 +13,6 @@
  */
 var LANG_ISO                           = "";           // The language as ISO 
code
 var LANG_ARRAY                         = "";           // This array contains 
all language specific data
-var LANG_NAME                          = "";           // The language as its 
native name
 var RELEASE_MATRIX_PLATFORM_POS                = -1;           // The position 
of the platform in the release matrix array
 var RELEASE_MATRIX_PLATFORM            = "";           // The platform in the 
release matrix array
 var UI_PLATFORM                                = "";           // The platform 
as readable string
@@ -110,7 +109,6 @@ function getLanguage() {
 
        LANG_ISO        = language;
        LANG_ARRAY      = thisLanguage;
-       LANG_NAME       = thisLanguage[ 2 ];
 }
 
 /*


Reply via email to