1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

remove unused code

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1025 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
Nikolay Pultsin 2009-09-28 14:20:06 +00:00
parent 396b1341bd
commit 1c06a19752

View file

@ -49,11 +49,6 @@ public class OptionsDialog {
new StyleOptionsPage(myDialog.createTab("Styles"), ZLibrary.Instance().getPaintContext());
/*
final ZLDialogContent rotationTab = myDialog.createTab("Rotation");
rotationTab.addOption("direction", new RotationTypeEntry(rotationTab.getResource("direction"), fbreader.RotationAngleOption));
*/
final ZLDialogContent colorsTab = myDialog.createTab("Colors");
final String colorKey = "colorFor";
final ZLResource resource = colorsTab.getResource(colorKey);