changeset 385:afe2fa4a3215

Remove redundant imports.
author Lucas Thompson <dev@lucas.im>
date Wed, 31 May 2017 19:24:21 +0100
parents 7119d62121f0
children ee6c4e3dc461
files src/app/visualisations/grid/grid.component.ts src/app/visualisations/instants/instants.component.ts src/app/visualisations/notes/notes.component.ts src/app/visualisations/tracks/tracks.components.ts src/app/visualisations/waveform/waveform.component.ts
diffstat 5 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/visualisations/grid/grid.component.ts	Wed May 31 19:21:02 2017 +0100
+++ b/src/app/visualisations/grid/grid.component.ts	Wed May 31 19:24:21 2017 +0100
@@ -3,12 +3,9 @@
  */
 import {WavesComponent} from '../waves-base.component';
 import {
-  AfterViewInit,
   ChangeDetectionStrategy,
   Component,
-  ElementRef,
   Input,
-  ViewChild
 } from '@angular/core';
 import Waves from 'waves-ui-piper';
 import {MatrixFeature} from 'piper/HigherLevelUtilities';
--- a/src/app/visualisations/instants/instants.component.ts	Wed May 31 19:21:02 2017 +0100
+++ b/src/app/visualisations/instants/instants.component.ts	Wed May 31 19:24:21 2017 +0100
@@ -3,12 +3,9 @@
  */
 import {WavesComponent} from '../waves-base.component';
 import {
-  AfterViewInit,
   ChangeDetectionStrategy,
   Component,
-  ElementRef,
   Input,
-  ViewChild
 } from '@angular/core';
 import {Instant} from '../FeatureUtilities';
 import Waves from 'waves-ui-piper';
--- a/src/app/visualisations/notes/notes.component.ts	Wed May 31 19:21:02 2017 +0100
+++ b/src/app/visualisations/notes/notes.component.ts	Wed May 31 19:24:21 2017 +0100
@@ -3,12 +3,9 @@
  */
 import {WavesComponent} from '../waves-base.component';
 import {
-  AfterViewInit,
   ChangeDetectionStrategy,
   Component,
-  ElementRef,
   Input,
-  ViewChild
 } from '@angular/core';
 import {Note} from '../FeatureUtilities';
 import Waves from 'waves-ui-piper';
--- a/src/app/visualisations/tracks/tracks.components.ts	Wed May 31 19:21:02 2017 +0100
+++ b/src/app/visualisations/tracks/tracks.components.ts	Wed May 31 19:24:21 2017 +0100
@@ -3,12 +3,9 @@
  */
 import {WavesComponent} from '../waves-base.component';
 import {
-  AfterViewInit,
   ChangeDetectionStrategy,
   Component,
-  ElementRef,
   Input,
-  ViewChild
 } from '@angular/core';
 import {TracksFeature} from 'piper/HigherLevelUtilities';
 import Waves from 'waves-ui-piper';
--- a/src/app/visualisations/waveform/waveform.component.ts	Wed May 31 19:21:02 2017 +0100
+++ b/src/app/visualisations/waveform/waveform.component.ts	Wed May 31 19:24:21 2017 +0100
@@ -1,8 +1,6 @@
 import {
   Component,
   Input,
-  ElementRef,
-  ViewChild,
   ChangeDetectionStrategy
 } from '@angular/core';
 import wavesUI from 'waves-ui-piper';