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/search | |
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/search')
-rw-r--r-- | client/src/app/search/search-filters.component.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/search/search-filters.component.ts b/client/src/app/search/search-filters.component.ts index f2f001e3f..8d7f84ac1 100644 --- a/client/src/app/search/search-filters.component.ts +++ b/client/src/app/search/search-filters.component.ts | |||
@@ -31,11 +31,6 @@ export class SearchFiltersComponent implements OnInit { | |||
31 | 31 | ||
32 | constructor ( | 32 | constructor ( |
33 | private i18n: I18n, | 33 | private i18n: I18n, |
34 | private route: ActivatedRoute, | ||
35 | private metaService: MetaService, | ||
36 | private redirectService: RedirectService, | ||
37 | private notificationsService: NotificationsService, | ||
38 | private searchService: SearchService, | ||
39 | private serverService: ServerService | 34 | private serverService: ServerService |
40 | ) { | 35 | ) { |
41 | this.publishedDateRanges = [ | 36 | this.publishedDateRanges = [ |