From 01cab161ffc7c7aa2226c54773a57fc3671ba388 Mon Sep 17 00:00:00 2001 From: Hannes Limmer Date: Fri, 23 Feb 2024 17:50:13 +0100 Subject: [PATCH] removed unused --- src/app/components/inputnumber/inputnumber.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/components/inputnumber/inputnumber.ts b/src/app/components/inputnumber/inputnumber.ts index df35268c29b..5cd4ee7077f 100644 --- a/src/app/components/inputnumber/inputnumber.ts +++ b/src/app/components/inputnumber/inputnumber.ts @@ -1417,10 +1417,6 @@ export class InputNumber implements OnInit, AfterContentInit, OnChanges, Control clearInterval(this.timer); } } - - getFormatter() { - return this.numberFormat; - } } @NgModule({