From d6394de9004d9d7211546bc5ed16426ed08d034c Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sat, 28 Mar 2026 12:09:20 -0500 Subject: [PATCH] fix: get rid of redundant option check --- Minecraft.Client/Platform/Common/UI/UIController.cpp | 5 +++-- meson.build | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Minecraft.Client/Platform/Common/UI/UIController.cpp b/Minecraft.Client/Platform/Common/UI/UIController.cpp index 3807ec7e0..6ee65e8ec 100644 --- a/Minecraft.Client/Platform/Common/UI/UIController.cpp +++ b/Minecraft.Client/Platform/Common/UI/UIController.cpp @@ -78,8 +78,9 @@ static void RADLINK WarningCallback(void* user_callback_data, Iggy* player, // IGGY_RESULT_Error_OutOfMemory = 1001,}; if (message != NULL) { - // Some Linux movie variants do not ship these optional hooks/controls. - // We guard the call sites, so drop the residual Iggy warning noise. + // 4jcraft: Some Linux movie variants do not ship these optional + // hooks/controls. We guard the call sites, so drop the residual Iggy + // warning noise. if (strstr(message, "LabelGamertag") != NULL || strstr(message, "Method SetSafeZone was not a function") != NULL) { return; diff --git a/meson.build b/meson.build index 6ad549cbb..1939a88ad 100644 --- a/meson.build +++ b/meson.build @@ -37,10 +37,6 @@ if use_gles global_cpp_defs += ['-DGLES'] endif -if get_option('enable_vsync') - global_cpp_defs += ['-DENABLE_VSYNC'] -endif - add_project_arguments(global_cpp_defs, language: ['cpp', 'c']) global_cpp_args = [