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/+my-account/shared/actor-avatar-info.component.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/src/app/+my-account/shared/actor-avatar-info.component.ts') diff --git a/client/src/app/+my-account/shared/actor-avatar-info.component.ts b/client/src/app/+my-account/shared/actor-avatar-info.component.ts index e0b25ad33..7b80b1ed4 100644 --- a/client/src/app/+my-account/shared/actor-avatar-info.component.ts +++ b/client/src/app/+my-account/shared/actor-avatar-info.component.ts @@ -1,7 +1,5 @@ import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core' -import { AuthService } from '../../core' import { ServerService } from '../../core/server' -import { UserService } from '../../shared/users' import { NotificationsService } from 'angular2-notifications' import { VideoChannel } from '@app/shared/video-channel/video-channel.model' import { Account } from '@app/shared/account/account.model' @@ -19,8 +17,6 @@ export class ActorAvatarInfoComponent { @Output() avatarChange = new EventEmitter() constructor ( - private userService: UserService, - private authService: AuthService, private serverService: ServerService, private notificationsService: NotificationsService ) {} -- cgit v1.2.3