diff options
Diffstat (limited to 'community/telegram-desktop/remove-glibc.patch')
-rw-r--r-- | community/telegram-desktop/remove-glibc.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/telegram-desktop/remove-glibc.patch b/community/telegram-desktop/remove-glibc.patch index 999b6a8f15..505e61a878 100644 --- a/community/telegram-desktop/remove-glibc.patch +++ b/community/telegram-desktop/remove-glibc.patch @@ -13,22 +13,6 @@ index ea9ab61..bbef601 100644 namespace Platform { namespace { -@@ -53,15 +52,6 @@ void FallbackFontConfig( - } - } - --const std::optional<QVersionNumber> &GetLibCVersion() { -- static const auto result = [&] { -- const auto version = gnu_get_libc_version(); // #TODO log -- const auto parsed = QVersionNumber::fromString(version); -- return parsed.isNull() ? std::nullopt : std::make_optional(parsed); -- }(); -- return result; --} -- - } // namespace - - QString DeviceModelPretty() { @@ -84,8 +74,7 @@ QString SystemVersionPretty() { return "Linux " + (list.isEmpty() ? QString() : list[0] + ' ') |