Skip to content

Commit c1cfd98

Browse files
committed
Remove unused types
1 parent cc57884 commit c1cfd98

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: js/components/MainWindow/Position.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ import {
99
import * as Selectors from "../../selectors";
1010
import { useTypedSelector, useTypedDispatch } from "../../hooks";
1111

12-
interface DispatchProps {
13-
seekToPercentComplete(e: React.MouseEvent<HTMLInputElement>): void;
14-
setPosition(e: React.MouseEvent<HTMLInputElement>): void;
15-
}
16-
17-
type Props = DispatchProps;
18-
1912
function usePosition() {
2013
const duration = useTypedSelector(Selectors.getDuration);
2114
const timeElapsed = useTypedSelector(Selectors.getTimeElapsed);

0 commit comments

Comments
 (0)