mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Removed unused Ui::IsCreditsInvoice.
This commit is contained in:
parent
dda6b92bec
commit
e4e343b871
2 changed files with 0 additions and 8 deletions
Telegram/SourceFiles/boxes
|
@ -288,10 +288,4 @@ void SendCreditsBox(
|
|||
}
|
||||
}
|
||||
|
||||
bool IsCreditsInvoice(not_null<HistoryItem*> item) {
|
||||
const auto media = item->media();
|
||||
const auto invoice = media ? media->invoice() : nullptr;
|
||||
return invoice && (invoice->currency == "XTR");
|
||||
}
|
||||
|
||||
} // namespace Ui
|
||||
|
|
|
@ -21,6 +21,4 @@ void SendCreditsBox(
|
|||
not_null<Ui::GenericBox*> box,
|
||||
std::shared_ptr<Payments::CreditsFormData> data);
|
||||
|
||||
[[nodiscard]] bool IsCreditsInvoice(not_null<HistoryItem*> item);
|
||||
|
||||
} // namespace Ui
|
||||
|
|
Loading…
Add table
Reference in a new issue