[Chore] Remove the code that is no longer in use.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import { getCurrent } from "@tauri-apps/api/window";
|
|
||||||
import { useEffect, useRef } from "react";
|
import { useEffect, useRef } from "react";
|
||||||
import { useStartPython } from "@logics/useStartPython";
|
import { useStartPython } from "@logics/useStartPython";
|
||||||
// import { useConfig } from "@logics/useConfig";
|
|
||||||
import { WindowTitleBar } from "./window_title_bar/WindowTitleBar";
|
import { WindowTitleBar } from "./window_title_bar/WindowTitleBar";
|
||||||
import { MainPage } from "./main_page/MainPage";
|
import { MainPage } from "./main_page/MainPage";
|
||||||
import { ConfigPage } from "./config_page/ConfigPage";
|
import { ConfigPage } from "./config_page/ConfigPage";
|
||||||
@@ -53,7 +51,6 @@ import { useSpeakerDeviceList } from "@logics_configs/useSpeakerDeviceList";
|
|||||||
const StartPythonFacadeComponent = () => {
|
const StartPythonFacadeComponent = () => {
|
||||||
const { asyncStartPython } = useStartPython();
|
const { asyncStartPython } = useStartPython();
|
||||||
const hasRunRef = useRef(false);
|
const hasRunRef = useRef(false);
|
||||||
const main_page = getCurrent();
|
|
||||||
const { asyncFetchFonts } = useAsyncFetchFonts();
|
const { asyncFetchFonts } = useAsyncFetchFonts();
|
||||||
|
|
||||||
const { getMicHostList } = useMicHostList();
|
const { getMicHostList } = useMicHostList();
|
||||||
|
|||||||
Reference in New Issue
Block a user