[chore] remove functions and translations that or no longer needed

This commit is contained in:
MathieuG-P
2024-06-04 20:41:37 +02:00
parent e713782b9f
commit 764eeff57a
12 changed files with 9 additions and 109 deletions
-1
View File
@@ -25,7 +25,6 @@ export interface IpcChannelMapping extends Record<string, { request: unknown, re
/* ** bs-download-ipcs ** */
"import-version": { request: ImportVersionOptions, response: Progression<BSVersion>};
"is-dotnet-6-installed": { request: void, response: boolean};
"bs-download.installation-folder": { request: void, response: string};
"bs-download.set-installation-folder": { request: string, response: string};
"auto-download-bs-version": { request: DownloadSteamInfo, response: DepotDownloaderEvent};