Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed May 28, 2024
1 parent c042c8f commit 07d2144
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/image-comparer/image-comparer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { clamp } from '../../internal/math.js';
import { classMap } from 'lit/directives/class-map.js';
import { drag } from '../../internal/drag.js';
import { html } from 'lit';
import { LocalizeController } from '../../utilities/localize.js';
import { property, query } from 'lit/decorators.js';
import { styleMap } from 'lit/directives/style-map.js';
import { watch } from '../../internal/watch.js';
Expand Down Expand Up @@ -39,8 +38,6 @@ export default class SlImageComparer extends ShoelaceElement {
static styles: CSSResultGroup = [componentStyles, styles];
static scopedElement = { 'sl-icon': SlIcon };

private readonly localize = new LocalizeController(this);

@query('.image-comparer') base: HTMLElement;
@query('.image-comparer__handle') handle: HTMLElement;

Expand Down

0 comments on commit 07d2144

Please sign in to comment.