Remove remaining ENS style code

This commit is contained in:
Simon Kornblith 2013-04-03 12:04:36 -04:00
parent 67e82f0762
commit 20e94b493e

View file

@ -107,7 +107,6 @@ Zotero_Preferences.Cite = {
fp.init(window, Zotero.getString("zotero.preferences.styles.addStyle"), nsIFilePicker.modeOpen);
fp.appendFilter("CSL Style", "*.csl");
fp.appendFilter("ENS Style", "*.ens");
var rv = fp.show();
if (rv == nsIFilePicker.returnOK || rv == nsIFilePicker.returnReplace) {