From 26d3995424a3ca34e11fec4cc845bf5ea5b8aefd Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 29 Apr 2021 19:49:22 +0400 Subject: [PATCH] Move wayland helper to cmake_helpers --- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index 0a2348f177..7ea7d2a1ac 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -11,7 +11,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "base/platform/base_platform_info.h" #include "base/platform/linux/base_linux_glibmm_helper.h" #include "base/platform/linux/base_linux_gtk_integration.h" -#include "base/platform/linux/base_linux_wayland_helper.h" #include "platform/linux/linux_desktop_environment.h" #include "platform/linux/linux_gtk_integration.h" #include "platform/linux/linux_wayland_integration.h" @@ -757,10 +756,6 @@ void start() { integration->load(); } - if (IsWayland() && !base::Platform::ResolveWayland()) { - g_warning("Could not load wayland-client dynamically."); - } - #ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE g_warning( "Application has been built with foreign rlottie, "