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 = [