Remove unused keys

This commit is contained in:
Hugh Nimmo-Smith
2024-11-05 18:32:03 +00:00
parent e64204d897
commit bb0febf16c
3 changed files with 0 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ interface Props extends ComponentProps<typeof animated.div> {
videoFit: "cover" | "contain";
mirror: boolean;
member: RoomMember | undefined;
keys: { index: number; key: Uint8Array }[];
videoEnabled: boolean;
unencryptedWarning: boolean;
nameTagLeadingIcon?: ReactNode;
@@ -49,7 +48,6 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
videoFit,
mirror,
member,
keys,
videoEnabled,
unencryptedWarning,
nameTagLeadingIcon,