mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Removed unused MainWidget::sendExistingDocument.
This commit is contained in:
parent
5020aec6ec
commit
f0209c9d6e
2 changed files with 0 additions and 14 deletions
|
@ -1061,16 +1061,6 @@ SendMenu::Details MainWidget::sendMenuDetails() const {
|
|||
return _history->sendMenuDetails();
|
||||
}
|
||||
|
||||
bool MainWidget::sendExistingDocument(not_null<DocumentData*> document) {
|
||||
return sendExistingDocument(document, {});
|
||||
}
|
||||
|
||||
bool MainWidget::sendExistingDocument(
|
||||
not_null<DocumentData*> document,
|
||||
Api::SendOptions options) {
|
||||
return _history->sendExistingDocument(document, options);
|
||||
}
|
||||
|
||||
void MainWidget::dialogsCancelled() {
|
||||
if (_hider) {
|
||||
_hider->startHide();
|
||||
|
|
|
@ -158,10 +158,6 @@ public:
|
|||
void checkMainSectionToLayer();
|
||||
|
||||
[[nodiscard]] SendMenu::Details sendMenuDetails() const;
|
||||
bool sendExistingDocument(not_null<DocumentData*> document);
|
||||
bool sendExistingDocument(
|
||||
not_null<DocumentData*> document,
|
||||
Api::SendOptions options);
|
||||
|
||||
[[nodiscard]] bool animatingShow() const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue