1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

removed commented code

This commit is contained in:
Nikolay Pultsin 2013-09-15 20:33:22 +03:00
parent 799a03dc5c
commit a377ec8bf7

View file

@ -116,12 +116,7 @@ public class NetworkLibrary {
} }
public List<String> activeLanguageCodes() { public List<String> activeLanguageCodes() {
//if(isFirstLaunch){ return activeLanguageCodesOption().getValue();
// isFirstLaunch = false;
return activeLanguageCodesOption().getValue();
//}else{
// return new ArrayList<String>();
//}
} }
public void setActiveLanguageCodes(Collection<String> codes) { public void setActiveLanguageCodes(Collection<String> codes) {