Przeglądaj źródła

remove unused variables

David Rose 20 lat temu
rodzic
commit
c2a9e4df84
1 zmienionych plików z 0 dodań i 3 usunięć
  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()) {