2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Removed Notify::inlineKeyboardMoved as completely unused code.

This commit is contained in:
23rd
2020-06-27 19:27:27 +03:00
committed by John Preston
parent b629e0c43a
commit 0227b5f2fa
11 changed files with 1 additions and 66 deletions

View File

@@ -230,7 +230,6 @@ public:
MsgId msgId);
PeerData *ui_getPeerForMouseAction();
void notify_inlineKeyboardMoved(not_null<const HistoryItem*> item, int oldKeyboardTop, int newKeyboardTop);
bool notify_switchInlineBotButtonReceived(const QString &query, UserData *samePeerBot, MsgId samePeerReplyTo);
using FloatDelegate::floatPlayerAreaUpdated;