diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 1113095852..b6a5fe2779 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -13,7 +13,6 @@ def ifAbsentPut(dict, key, newValue): dict[key] = newValue return newValue - def indent(stream, numIndents, str): """ Write str to stream with numIndents in front it it