diff --git a/pandatool/src/egg-mkfont/rangeDescription.cxx b/pandatool/src/egg-mkfont/rangeDescription.cxx index 2a65a5e5d3..6d9f1b27f9 100644 --- a/pandatool/src/egg-mkfont/rangeDescription.cxx +++ b/pandatool/src/egg-mkfont/rangeDescription.cxx @@ -170,9 +170,6 @@ parse_code(const string &word, int &code) { //////////////////////////////////////////////////////////////////// bool RangeDescription:: parse_bracket(const string &str) { - int last = 0; - bool continue_hyphen = false; - string::const_iterator si; si = str.begin(); while (si != str.end()) {