From 18795a59e98f2496ab7bb8705f96fa1a4d08ccba Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Jul 2024 22:36:48 +0200 Subject: domain: extend participant tests --- domain/src/participant.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'domain/src/participant.cpp') diff --git a/domain/src/participant.cpp b/domain/src/participant.cpp index 7ff9ce1..08c6deb 100644 --- a/domain/src/participant.cpp +++ b/domain/src/participant.cpp @@ -65,9 +65,4 @@ namespace turns::domain return m_priority.get_proxy(); } - auto operator<=>(Glib::RefPtr const & lhs, Glib::RefPtr const & rhs) -> std::partial_ordering - { - return *lhs <=> *rhs; - } - } // namespace turns::domain \ No newline at end of file -- cgit v1.2.3