From 4f23e7e84c24974a0e29fee0636200bb4bccf883 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 19 Dec 2015 00:30:14 -0600 Subject: [PATCH] chore(): remove dead code --- ionic/components/radio/radio.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ionic/components/radio/radio.ts b/ionic/components/radio/radio.ts index 5def8a1280..b1fbd5642a 100644 --- a/ionic/components/radio/radio.ts +++ b/ionic/components/radio/radio.ts @@ -142,7 +142,6 @@ export class RadioGroup { constructor(@Optional() ngControl: NgControl, private _renderer: Renderer, private _elementRef: ElementRef) { this.ngControl = ngControl; this.id = ++radioGroupIds; - this.radioIds = -1; this.onChange = (_) => {}; this.onTouched = (_) => {};