From 825b46f42c3d7c813ccab49023e6f7ed6a5e1477 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 12 Aug 2018 09:39:50 +0900 Subject: Revert JoinState::Any introduction Wasn't used in the code in the end. --- lib/joinstate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/joinstate.h b/lib/joinstate.h index 19ce870b..c172f576 100644 --- a/lib/joinstate.h +++ b/lib/joinstate.h @@ -29,7 +29,6 @@ namespace QMatrixClient Join = 0x1, Invite = 0x2, Leave = 0x4, - Any = Join|Invite|Leave, }; Q_DECLARE_FLAGS(JoinStates, JoinState) -- cgit v1.2.3