You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/29 20:06:01 UTC

svn commit: r1598351 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Author: marcus
Date: Thu May 29 18:06:01 2014
New Revision: 1598351

URL: http://svn.apache.org/r1598351
Log:
Removed unused variable

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

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1598351&r1=1598350&r2=1598351&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Thu May 29 18:06:01 2014
@@ -1133,8 +1133,6 @@ function getLink( rel_mode ) {
  * Depends on chosen OS, language and type
  */
 function getLinkSel( rel_mode ) {
-	var error_text;
-
 	// Reset all error flags.
 	SF	= false;
 	OTHER	= false;
@@ -1146,7 +1144,6 @@ function getLinkSel( rel_mode ) {
 		rel_mode = 1;
 
 	// Get the selected data from the drop-down-boxes.
-
 	getOSSel();
 	getLangSel();
 	getVerSel();