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:
parent
799a03dc5c
commit
a377ec8bf7
1 changed files with 1 additions and 6 deletions
|
@ -116,12 +116,7 @@ public class NetworkLibrary {
|
|||
}
|
||||
|
||||
public List<String> activeLanguageCodes() {
|
||||
//if(isFirstLaunch){
|
||||
// isFirstLaunch = false;
|
||||
return activeLanguageCodesOption().getValue();
|
||||
//}else{
|
||||
// return new ArrayList<String>();
|
||||
//}
|
||||
return activeLanguageCodesOption().getValue();
|
||||
}
|
||||
|
||||
public void setActiveLanguageCodes(Collection<String> codes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue