Commit f0e6fff0 by olly Committed by Oliver Woodman

Remove unused private constants.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=121101188
parent a1299ea7
......@@ -91,15 +91,9 @@ public final class Eia608Parser implements
private static final byte CTRL_BACKSPACE = 0x21;
private static final byte CTRL_MID_ROW_CHAN_1 = 0x11;
private static final byte CTRL_MID_ROW_CHAN_2 = 0x19;
private static final byte CTRL_MISC_CHAN_1 = 0x14;
private static final byte CTRL_MISC_CHAN_2 = 0x1C;
private static final byte CTRL_TAB_OFFSET_CHAN_1 = 0x17;
private static final byte CTRL_TAB_OFFSET_CHAN_2 = 0x1F;
// Basic North American 608 CC char set, mostly ASCII. Indexed by (char-0x20).
private static final int[] BASIC_CHARACTER_SET = new int[] {
0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, // ! " # $ % & '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment