2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Removed MainWidget::highlightStartTime.

This commit is contained in:
23rd
2021-09-29 02:32:23 +03:00
parent 21aa1f49d7
commit e3ef7d6631
3 changed files with 1 additions and 9 deletions

View File

@@ -762,10 +762,6 @@ bool MainWidget::selectingPeer() const {
return _hider ? true : false;
}
crl::time MainWidget::highlightStartTime(not_null<const HistoryItem*> item) const {
return _history->highlightStartTime(item);
}
void MainWidget::sendBotCommand(Bot::SendCommandRequest request) {
const auto type = _mainSection
? _mainSection->sendBotCommand(request)