Code cleanup.

This commit is contained in:
dchandler 2003-07-05 19:26:58 +00:00
parent a463b686b3
commit 72d2eee503
6 changed files with 21 additions and 12 deletions

View file

@ -279,15 +279,11 @@ public class DuffPane extends TibetanPane implements FocusListener {
}
private static int defaultTibFontSize() {
// FIXME: at program exit, or when the user selects "Save
// preferences", or somehow, save the value the users chooses:
return ThdlOptions.getIntegerOption("thdl.default.tibetan.font.size",
36);
}
private static int defaultRomanFontSize() {
// FIXME: at program exit, or when the user selects "Save
// preferences", or somehow, save the value the users chooses:
return ThdlOptions.getIntegerOption("thdl.default.roman.font.size",
14);
}