mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
compilation issue
This commit is contained in:
parent
c784ad4d8e
commit
a9f3f6f565
1 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,6 @@ package org.geometerplus.fbreader.formats;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
import org.geometerplus.zlibrary.core.options.*;
|
|
||||||
import org.geometerplus.zlibrary.core.filesystem.ZLFile;
|
import org.geometerplus.zlibrary.core.filesystem.ZLFile;
|
||||||
|
|
||||||
import org.geometerplus.fbreader.formats.fb2.FB2Plugin;
|
import org.geometerplus.fbreader.formats.fb2.FB2Plugin;
|
||||||
|
@ -58,9 +57,6 @@ public class PluginCollection {
|
||||||
}
|
}
|
||||||
|
|
||||||
private PluginCollection() {
|
private PluginCollection() {
|
||||||
DefaultLanguageOption = new ZLStringOption("Format", "DefaultLanguage", "en");
|
|
||||||
DefaultEncodingOption = new ZLStringOption("Format", "DefaultEncoding", "windows-1252");
|
|
||||||
|
|
||||||
addPlugin(new FB2Plugin());
|
addPlugin(new FB2Plugin());
|
||||||
addPlugin(new MobipocketPlugin());
|
addPlugin(new MobipocketPlugin());
|
||||||
addPlugin(new OEBPlugin());
|
addPlugin(new OEBPlugin());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue