2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Removed ui_getPeerForMouseAction.

This commit is contained in:
23rd
2021-07-27 02:46:29 +03:00
parent dcc8a64d37
commit 479611f6df
9 changed files with 0 additions and 31 deletions

View File

@@ -1609,10 +1609,6 @@ void MainWidget::ui_showPeerHistory(
floatPlayerCheckVisibility();
}
PeerData *MainWidget::ui_getPeerForMouseAction() {
return _history->ui_getPeerForMouseAction();
}
PeerData *MainWidget::peer() {
return _history->peer();
}