diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-24 10:40:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 10:40:38 +0200 |
commit | 6937f26a5e8b17c7a27f267bce2682ab01611f2f (patch) | |
tree | 5d9b160e257a2bd116e67c9363b798f422ead44c /client/src/assets/player/theater-button.ts | |
parent | 01448622992b12318a2fff508e501732b59dd6be (diff) | |
parent | 0b4e5fe32708afce54212810738aa4d0c3dc178d (diff) | |
download | PeerTube-6937f26a5e8b17c7a27f267bce2682ab01611f2f.tar.gz PeerTube-6937f26a5e8b17c7a27f267bce2682ab01611f2f.tar.zst PeerTube-6937f26a5e8b17c7a27f267bce2682ab01611f2f.zip |
Merge pull request #1105 from BO41/unused-imports
remove unused imports
Diffstat (limited to 'client/src/assets/player/theater-button.ts')
-rw-r--r-- | client/src/assets/player/theater-button.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/assets/player/theater-button.ts b/client/src/assets/player/theater-button.ts index bad737eda..5cf0b6425 100644 --- a/client/src/assets/player/theater-button.ts +++ b/client/src/assets/player/theater-button.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' | 1 | import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' |
2 | import { saveTheaterInStore } from './peertube-player-local-storage' | 2 | import { saveTheaterInStore, getStoredTheater } from './peertube-player-local-storage' |
3 | import { getStoredTheater } from './peertube-player-local-storage' | ||
4 | 3 | ||
5 | const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button') | 4 | const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button') |
6 | class TheaterButton extends Button { | 5 | class TheaterButton extends Button { |