mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Clean up unused type
This commit is contained in:
parent
f32de1e653
commit
822391c401
1 changed files with 0 additions and 5 deletions
|
|
@ -21,11 +21,6 @@ interface DispatchProps {
|
|||
|
||||
type Props = StateProps & DispatchProps;
|
||||
|
||||
interface State {
|
||||
stepping: boolean;
|
||||
dragOffset: number;
|
||||
}
|
||||
|
||||
const CHAR_WIDTH = 5;
|
||||
const MARQUEE_MAX_LENGTH = 31;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue