From e485da0dea3cdff90deecbdcf00635c48017e3e6 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 27 Sep 2007 07:35:42 +0000 Subject: Remove unused array. git-svn-id: https://svn.roundcube.net/trunk@835 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'roundcubemail') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index ee72e4eff..2d569f860 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2643,7 +2643,6 @@ function rcube_webmail() if (folder) { this.http_post('delete-folder', '_mboxes='+urlencode(folder)); - var folders = new Array(folder); for (var row in this.env.subscriptionrows) if (this.env.subscriptionrows[row][0].match(new RegExp('^'+RegExp.escape(folder+this.env.delimiter)))) this.http_post('delete-folder', '_mboxes='+urlencode(this.env.subscriptionrows[row][0])); -- cgit v1.2.3