chore: remove unused code

This commit is contained in:
Ilia Mashkov
2026-02-09 17:33:09 +03:00
parent 61c67acfb8
commit 422363d329
6 changed files with 1 additions and 22 deletions

View File

@@ -6,7 +6,6 @@
import {
FontApplicator,
type UnifiedFont,
selectedFontsStore,
} from '$entities/Font';
import { controlManager } from '$features/SetupFont';
import {
@@ -48,10 +47,6 @@ const fontWeight = $derived(controlManager.weight);
const fontSize = $derived(controlManager.renderedSize);
const lineHeight = $derived(controlManager.height);
const letterSpacing = $derived(controlManager.spacing);
function removeSample() {
selectedFontsStore.removeOne(font.id);
}
</script>
<div