Delete unused variable

This commit is contained in:
Thomas Goyne 2014-06-03 18:28:53 -07:00
parent 460b806038
commit 970dd96959
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ namespace
/// Formatting character constants
const unsigned char EBU_FORMAT_ITALIC[] = "\x81\x80";
const unsigned char EBU_FORMAT_UNDERLINE[] = "\x83\x82";
const unsigned char EBU_FORMAT_BOXING[] = "\x85\x84";
const unsigned char EBU_FORMAT_LINEBREAK = '\x8a';
const unsigned char EBU_FORMAT_UNUSED_SPACE = '\x8f';