diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-27 07:35:42 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-27 07:35:42 +0000 |
| commit | e485da0dea3cdff90deecbdcf00635c48017e3e6 (patch) | |
| tree | ed63716b9e710bd20b6b8871a7da70da645d3591 /roundcubemail/program/js/app.js | |
| parent | 7de944ab62f912e391bc5a81f7313fd13d635950 (diff) | |
Remove unused array.
git-svn-id: https://svn.roundcube.net/trunk@835 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
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])); |
