From a9f3f6f565607e392b899f15e49504ec14aa1912 Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Wed, 29 Feb 2012 17:36:57 +0000 Subject: [PATCH] compilation issue --- src/org/geometerplus/fbreader/formats/PluginCollection.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/org/geometerplus/fbreader/formats/PluginCollection.java b/src/org/geometerplus/fbreader/formats/PluginCollection.java index 4413ff0fd..caf1775eb 100644 --- a/src/org/geometerplus/fbreader/formats/PluginCollection.java +++ b/src/org/geometerplus/fbreader/formats/PluginCollection.java @@ -21,7 +21,6 @@ package org.geometerplus.fbreader.formats; import java.util.*; -import org.geometerplus.zlibrary.core.options.*; import org.geometerplus.zlibrary.core.filesystem.ZLFile; import org.geometerplus.fbreader.formats.fb2.FB2Plugin; @@ -58,9 +57,6 @@ public class PluginCollection { } private PluginCollection() { - DefaultLanguageOption = new ZLStringOption("Format", "DefaultLanguage", "en"); - DefaultEncodingOption = new ZLStringOption("Format", "DefaultEncoding", "windows-1252"); - addPlugin(new FB2Plugin()); addPlugin(new MobipocketPlugin()); addPlugin(new OEBPlugin());