From fb2ec1f78b9115a33b72f07a4213e6683027e80c Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 12 May 2001 23:11:05 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/ffi/FFIExternalObject.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/direct/src/ffi/FFIExternalObject.py b/direct/src/ffi/FFIExternalObject.py index beb871f6d7..a0b42bc831 100644 --- a/direct/src/ffi/FFIExternalObject.py +++ b/direct/src/ffi/FFIExternalObject.py @@ -54,8 +54,6 @@ class FFIExternalObject: for base in thisClass.__bases__: res = self.getLineageInternal(base, targetBaseClass, chain+[base]) if res: - # Actually, we want them in the reverse order - res.reverse() FFIConstants.notify.debug('getLineageInternal: found path: ' + `res`) return res # Not found anywhere