From 23db998f07d674c621972a769df73203b14e093a Mon Sep 17 00:00:00 2001 From: BO41 Date: Sat, 22 Sep 2018 20:11:16 +0200 Subject: remove unused imports --- client/src/app/shared/overview/overview.service.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/app/shared/overview/overview.service.ts') diff --git a/client/src/app/shared/overview/overview.service.ts b/client/src/app/shared/overview/overview.service.ts index 097079e6d..98dba2d97 100644 --- a/client/src/app/shared/overview/overview.service.ts +++ b/client/src/app/shared/overview/overview.service.ts @@ -5,7 +5,6 @@ import { forkJoin, Observable, of } from 'rxjs' import { VideosOverview as VideosOverviewServer, peertubeTranslate } from '../../../../../shared/models' import { environment } from '../../../environments/environment' import { RestExtractor } from '../rest/rest-extractor.service' -import { RestService } from '../rest/rest.service' import { VideosOverview } from '@app/shared/overview/videos-overview.model' import { VideoService } from '@app/shared/video/video.service' import { ServerService } from '@app/core' @@ -18,7 +17,6 @@ export class OverviewService { constructor ( private authHttp: HttpClient, private restExtractor: RestExtractor, - private restService: RestService, private videosService: VideoService, private serverService: ServerService ) {} -- cgit v1.2.3