Skip to content

Commit

Permalink
Revert accidental change in 626d6c6
Browse files Browse the repository at this point in the history
This was debugging code and isn't necessary.
  • Loading branch information
Vultraz committed Dec 7, 2016
1 parent 81e3313 commit aeb768c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/font/marked-up_text.cpp
Expand Up @@ -52,7 +52,6 @@ std::string::const_iterator parse_markup(std::string::const_iterator i1,
int* font_size,
color_t* color, int* style)
{
try {
while(i1 != i2) {
switch(*i1) {
case '\\':
Expand Down Expand Up @@ -133,7 +132,6 @@ std::string::const_iterator parse_markup(std::string::const_iterator i1,
}
++i1;
}
} catch(bad_lexical_cast) {}
return i1;
}

Expand Down

0 comments on commit aeb768c

Please sign in to comment.