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/app/core | |
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/app/core')
-rw-r--r-- | client/src/app/core/confirm/confirm.component.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/core/confirm/confirm.component.ts b/client/src/app/core/confirm/confirm.component.ts index 0d18c38e8..5138b7848 100644 --- a/client/src/app/core/confirm/confirm.component.ts +++ b/client/src/app/core/confirm/confirm.component.ts | |||
@@ -26,9 +26,7 @@ export class ConfirmComponent implements OnInit { | |||
26 | private modalService: NgbModal, | 26 | private modalService: NgbModal, |
27 | private confirmService: ConfirmService, | 27 | private confirmService: ConfirmService, |
28 | private i18n: I18n | 28 | private i18n: I18n |
29 | ) { | 29 | ) { } |
30 | // Empty | ||
31 | } | ||
32 | 30 | ||
33 | ngOnInit () { | 31 | ngOnInit () { |
34 | this.confirmService.showConfirm.subscribe( | 32 | this.confirmService.showConfirm.subscribe( |