Remove unused config options

This commit is contained in:
MDMCK10
2024-08-04 21:07:59 +02:00
parent ddcba7b308
commit d16c045b04
3 changed files with 82 additions and 153 deletions

View File

@@ -38,9 +38,6 @@ export default interface IConfig {
qemuArgs: string;
vncPort: number;
snapshots: boolean;
qmpHost: string | null;
qmpPort: number | null;
qmpSockDir: string | null;
};
vncvm: VNCVMDef;
collabvm: {