1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

Free Dictionary code has been removed (no way to send word to Free Dictionary)

This commit is contained in:
Nikolay Pultsin 2011-01-14 05:41:50 +00:00
parent 009821710b
commit 4d2ca933bf

View file

@ -51,11 +51,6 @@ public abstract class DictionaryUtil {
"com.ngc.fora.ForaDictionary",
"Fora Dictionary"
));
ourDictionaryInfos.add(new PackageInfo(
"org.freedictionary",
"org.freedictionary.MainActivity",
"Free Dictionary . org"
));
}
return ourDictionaryInfos;
}