Cleanup: remove/comment unused functions

This commit is contained in:
Campbell Barton
2024-12-02 11:23:47 +11:00
parent 74f212fae2
commit bc66905a15
3 changed files with 4 additions and 22 deletions

View File

@@ -23,11 +23,14 @@ __all__ = (
# ############################################################
# UNUSED.
"""
def listbase_iter(data, struct, listbase):
element = data.get_pointer((struct, listbase, b'first'))
while element is not None:
yield element
element = element.get_pointer(b'next')
"""
def linkdata_iter(collection, data):