mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove unused variables
This commit is contained in:
parent
8d40ac2b8f
commit
c2a9e4df84
@ -170,9 +170,6 @@ parse_code(const string &word, int &code) {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
bool RangeDescription::
|
bool RangeDescription::
|
||||||
parse_bracket(const string &str) {
|
parse_bracket(const string &str) {
|
||||||
int last = 0;
|
|
||||||
bool continue_hyphen = false;
|
|
||||||
|
|
||||||
string::const_iterator si;
|
string::const_iterator si;
|
||||||
si = str.begin();
|
si = str.begin();
|
||||||
while (si != str.end()) {
|
while (si != str.end()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user