From 12ede0691aa4baa214ceb49e71e8e74fb23ae0e0 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:22:37 -0500 Subject: [PATCH] fix: remove unused console-only asset archive imports --- Minecraft.Client/Platform/Linux/Linux_Minecraft.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Minecraft.Client/Platform/Linux/Linux_Minecraft.cpp b/Minecraft.Client/Platform/Linux/Linux_Minecraft.cpp index 4ab22f581..38717792f 100644 --- a/Minecraft.Client/Platform/Linux/Linux_Minecraft.cpp +++ b/Minecraft.Client/Platform/Linux/Linux_Minecraft.cpp @@ -699,10 +699,6 @@ ProfileManager.Initialise(TITLEID_MINECRAFT, &app.uiGameDefinedDataChangedBitmask ); -byteArray baOptionsIcon = app.getArchiveFile(L"DefaultOptionsImage228x128.png"); -byteArray baSaveThumbnail = app.getArchiveFile(L"DefaultSaveThumbnail64x64.png"); -byteArray baSaveImage = app.getArchiveFile(L"DefaultSaveImage228x128.png"); - // set a function to be called when there's a sign in change, so we can exit a level if the primary player signs out ProfileManager.SetSignInChangeCallback(&CConsoleMinecraftApp::SignInChangeCallback,(LPVOID)&app);