diff --git a/qt/launcher-gui/src/routes/stores.ts b/qt/launcher-gui/src/routes/stores.ts index e0a603c62..4a5b4233c 100644 --- a/qt/launcher-gui/src/routes/stores.ts +++ b/qt/launcher-gui/src/routes/stores.ts @@ -6,9 +6,4 @@ import * as _tr from "@generated/ftl-launcher"; import { writable } from "svelte/store"; export const zoomFactor = writable(1.2); -export const langsStore = writable([]); -export const mirrorsStore = writable([]); -export const currentLang = writable(""); -export const initialLang = writable(""); -export const versionsStore = writable(undefined); export const tr = writable(_tr);