2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35: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

@@ -289,18 +289,6 @@ bool skipPaintEvent(QWidget *widget, QPaintEvent *event) {
namespace Notify {
void inlineKeyboardMoved(
not_null<const HistoryItem*> item,
int oldKeyboardTop,
int newKeyboardTop) {
if (const auto m = CheckMainWidget(&item->history()->session())) {
m->notify_inlineKeyboardMoved(
item,
oldKeyboardTop,
newKeyboardTop);
}
}
bool switchInlineBotButtonReceived(
not_null<Main::Session*> session,
const QString &query,