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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user