Skip to content

Commit

Permalink
Remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Aug 20, 2019
1 parent 7212b9e commit 54eba23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/components/MainWindow/Position.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ import {
import * as Selectors from "../../selectors";
import { useTypedSelector, useTypedDispatch } from "../../hooks";

interface DispatchProps {
seekToPercentComplete(e: React.MouseEvent<HTMLInputElement>): void;
setPosition(e: React.MouseEvent<HTMLInputElement>): void;
}

type Props = DispatchProps;

function usePosition() {
const duration = useTypedSelector(Selectors.getDuration);
const timeElapsed = useTypedSelector(Selectors.getTimeElapsed);
Expand Down

0 comments on commit 54eba23

Please sign in to comment.