remove unused method

This commit is contained in:
henryruhs
2026-02-17 09:48:13 +01:00
parent ceedde9994
commit cd2e09aa02
-4
View File
@@ -9,10 +9,6 @@ FACE_STORE : FaceStore =\
}
def get_face_store() -> FaceStore:
return FACE_STORE
def get_static_faces(vision_frame : VisionFrame) -> Optional[List[Face]]:
vision_hash = create_hash(vision_frame.tobytes())
return FACE_STORE.get('static_faces').get(vision_hash)