removed unused functions

This commit is contained in:
Bernt Christian Egeland 2021-08-23 18:06:31 +02:00
parent 8ca257ddb5
commit 79b9ef2637

View File

@ -1,5 +1,5 @@
import { h, Fragment } from 'preact';
import { useCallback, useState, useEffect, useRef } from 'preact/hooks';
import { useCallback, useState, useEffect } from 'preact/hooks';
import ActivityIndicator from '../components/ActivityIndicator';
import Button from '../components/Button';
import Clip from '../icons/Clip';
@ -113,7 +113,7 @@ export default function Event({ eventId, close, scrollRef }) {
: `data:image/jpeg;base64,${data.thumbnail}`,
}}
seekOptions={{ forward: 10, back: 5 }}
onReady={(player) => {}}
onReady={() => {}}
/>
</Fragment>
) : (