mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Removed MainWidget::highlightStartTime.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user