Browse Source

removing extraneous global declaration

Josh Wilson 16 years ago
parent
commit
a679de3541
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/PythonUtil.py

+ 0 - 1
direct/src/showbase/PythonUtil.py

@@ -3312,7 +3312,6 @@ def report(types = [], prefix = '', xform = None, notifyFunc = None, dConfigPara
             rVal = None
             try:
                 __report_indent += 1
-                global rVal
                 rVal = f(*args,**kwargs)
             finally:
                 __report_indent -= 1