mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 21:51:02 +00:00
Remove unused elements
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import { createDefaultSettings, Settings, translateSettings } from "./settings";
|
||||
import { FileEntry } from "./zip-file";
|
||||
|
||||
import * as flatbuffers from "flatbuffers";
|
||||
import * as fbDebugger from "@/fb/debugger";
|
||||
import * as fbDebuggerEvent from "@/fb/debugger/event";
|
||||
|
||||
import { Filesystem } from "./filesystem";
|
||||
|
||||
type LogHandler = (lines: string[]) => void;
|
||||
|
||||
|
||||
@@ -157,11 +157,6 @@ function selectFiles(): Promise<FileList> {
|
||||
});
|
||||
}
|
||||
|
||||
interface IconCache {
|
||||
get: (file: string) => string | null;
|
||||
set: (file: string, data: string | null) => void;
|
||||
}
|
||||
|
||||
function getPeIcon(
|
||||
filesystem: Filesystem,
|
||||
file: string,
|
||||
|
||||
Reference in New Issue
Block a user