Bläddra i källkod

remove unused variables

David Rose 20 år sedan
förälder
incheckning
c2a9e4df84
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      pandatool/src/egg-mkfont/rangeDescription.cxx

+ 0 - 3
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()) {