From 86cffae001e871adb37b48ee6463114f4c08da33 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 5 Aug 2025 15:23:58 +0400 Subject: [PATCH] Remove unused function. --- Telegram/SourceFiles/data/stickers/data_custom_emoji.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Telegram/SourceFiles/data/stickers/data_custom_emoji.h b/Telegram/SourceFiles/data/stickers/data_custom_emoji.h index 003861142c..c35d7520fb 100644 --- a/Telegram/SourceFiles/data/stickers/data_custom_emoji.h +++ b/Telegram/SourceFiles/data/stickers/data_custom_emoji.h @@ -90,8 +90,6 @@ public: [[nodiscard]] uint64 coloredSetId() const; - [[nodiscard]] TextWithEntities creditsEmoji(QMargins padding = {}); - private: static constexpr auto kSizeCount = int(SizeTag::kCount);