1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

cleanup: unused code has been removed

This commit is contained in:
Nikolay Pultsin 2010-11-14 00:06:24 +00:00
parent 05de84a137
commit 53856e9fc3

View file

@ -46,10 +46,6 @@ public abstract class ZLOptionsDialog {
}
}
protected final String getCaption() {
return myResource.getResource(ZLDialogManager.DIALOG_TITLE).getValue();
}
protected final ZLResource getTabResource(String key) {
return myResource.getResource("tab").getResource(key);
}