# HG changeset patch # User Lucas Thompson # Date 1480334268 0 # Node ID 1ff1b5bdeb9ed93f5c5030c6ddb285fc0f376169 # Parent 3e96bcbfa5c59f0101670cbde79294dda06c6006 Remove dummy components diff -r 3e96bcbfa5c5 -r 1ff1b5bdeb9e src/app/app.component.html --- a/src/app/app.component.html Fri Oct 28 17:21:58 2016 +0100 +++ b/src/app/app.component.html Mon Nov 28 11:57:48 2016 +0000 @@ -24,10 +24,6 @@ diff -r 3e96bcbfa5c5 -r 1ff1b5bdeb9e src/app/app.component.ts --- a/src/app/app.component.ts Fri Oct 28 17:21:58 2016 +0100 +++ b/src/app/app.component.ts Mon Nov 28 11:57:48 2016 +0000 @@ -8,22 +8,13 @@ export class AppComponent { title = 'Ugly'; - count = 0; audioBuffer: AudioBuffer = undefined; constructor( @Inject('piper-server-uri') private serverUri ) {} - onUpdate(id, text) { - } - onAudioLoaded(buffer: AudioBuffer) { this.audioBuffer = buffer; - this.count++; - } - - testRef() { - this.count++; } }