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

Remove old shared media overview section.

Also move window/top_bar_widget to history/history_top_bar_widget.
This commit is contained in:
John Preston
2017-11-13 12:05:56 +04:00
parent 534b578598
commit 3deea14559
19 changed files with 361 additions and 3425 deletions

View File

@@ -272,12 +272,6 @@ void showPeerProfile(const PeerId &peer) {
}
}
void showPeerOverview(const PeerId &peer, MediaOverviewType type) {
if (auto m = App::main()) {
m->showMediaOverview(App::peer(peer), type);
}
}
void showPeerHistory(
const PeerId &peer,
MsgId msgId) {