Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Jul 31, 2024
1 parent da6b181 commit 3d26262
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/lib/Group.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Further information: [Konva API docs](https://konvajs.org/api/Konva.Group.html),
type KonvaParent
} from '$lib/util/manageContext';
import { registerEvents } from '$lib/util/events';
import { copyExistingKeys } from '$lib/util/object';
import { type PropsContainer, type Props } from '$lib/util/props';
let {
Expand Down
1 change: 0 additions & 1 deletion src/lib/Label.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Further information: [Konva API docs](https://konvajs.org/api/Konva.Label.html),
import Konva from 'konva';
import { onMount, onDestroy } from 'svelte';
import { writable, type Writable } from 'svelte/store';
import { copyExistingKeys } from '$lib/util/object';
import {
Container,
getParentContainer,
Expand Down
14 changes: 0 additions & 14 deletions src/lib/util/object.ts

This file was deleted.

0 comments on commit 3d26262

Please sign in to comment.