mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix -Wunused-function warnings
This commit is contained in:
@@ -33,11 +33,6 @@ constexpr auto kWaitForUpdatesTimeout = 3 * crl::time(1000);
|
||||
});
|
||||
}
|
||||
|
||||
[[nodiscard]] const std::string &EmptyEndpoint() {
|
||||
static const auto result = std::string();
|
||||
return result;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
const std::string &GroupCallParticipant::cameraEndpoint() const {
|
||||
|
Reference in New Issue
Block a user