Remove the register function

This commit is contained in:
Gouvernathor 2024-04-05 23:28:11 +02:00
parent 42d2a17a6a
commit 0f80487dfc
1 changed files with 0 additions and 6 deletions

View File

@ -53,12 +53,6 @@ init 5 python:
def poses(self):
return __poses[self.name]
def register(self, pose, frames, size):
self.poses[pose] = (frames, size)
if config.developer:
print(f"Registered \"{pose}\" pose for {self.name}")
@functools.cache
def build_image(self, hash, pose):
states = self.char.states