Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed May 15, 2024
1 parent 629da3f commit 551ccb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/layers/layers-text.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
Transform,
} from '@fortawesome/fontawesome-svg-core';
import { faWarnIfParentNotExist } from '../shared/errors/warn-if-parent-not-exist';
import { AnimationProp, FaProps } from '../shared/models/props.model';
import { FaProps } from '../shared/models/props.model';
import { faClassList } from '../shared/utils/classlist.util';
import { FaLayersComponent } from './layers.component';

Expand All @@ -37,8 +37,6 @@ export class FaLayersTextComponent implements OnChanges {

@HostBinding('innerHTML') renderedHTML: SafeHtml;

private animation: AnimationProp;

constructor(
@Optional() private parent: FaLayersComponent,
private sanitizer: DomSanitizer,
Expand All @@ -59,7 +57,6 @@ export class FaLayersTextComponent implements OnChanges {
protected buildParams(): TextParams {
const classOpts: FaProps = {
flip: this.flip,
animation: this.animation,
border: this.border,
inverse: this.inverse,
size: this.size || null,
Expand Down

0 comments on commit 551ccb2

Please sign in to comment.