Fix build with Xcode.

This commit is contained in:
John Preston 2023-02-02 20:26:41 +04:00
parent 989689f0e0
commit 4484457965
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ using RightsMap = std::vector<std::pair<ChatAdminRight, tr::phrase<>>>;
}
[[nodiscard]] QStringList RestrictionsList(RequestPeerQuery query) {
using Flag = ChatAdminRight;
using Type = RequestPeerQuery::Type;
using Restriction = RequestPeerQuery::Restriction;
auto result = QStringList();