Skip to content
Snippets Groups Projects
Commit 63cd00cc authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Remove obsolete line.

parent d5d9925e
No related branches found
No related tags found
1 merge request!42Legend rasterizer column views
......@@ -21,7 +21,6 @@ public class LegendRasterizer implements Rasterizer<Legend> {
private static final int MIN_TEXT_WIDTH_CELLS = 10; // how much space should be available for an explanation text at least. (To avoid excessive line breaking)
private static final int EXPLANATION_TEXT_INDENTATION_CELLS = 1; // indentation for explanation texts.
private static final String LEGEND_KEYWORD = "Legende:"; // title for the legend
private BrailleLanguage.Language mLanguage;
private String mLegendKeyword; // title for the legend
private static final BrailleLanguage.Language EXPLANATION_LIST_LANGUAGE = BrailleLanguage.Language.DE_BASISSCHRIFT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment