diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-12 09:39:50 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-12 09:39:50 +0900 |
commit | 825b46f42c3d7c813ccab49023e6f7ed6a5e1477 (patch) | |
tree | 192e75372da59a1a1944c8e24c4deaa1d3c56b48 /lib | |
parent | ae46c0409cb1b67430e967afb06bb89ef51c5d77 (diff) | |
download | libquotient-825b46f42c3d7c813ccab49023e6f7ed6a5e1477.tar.gz libquotient-825b46f42c3d7c813ccab49023e6f7ed6a5e1477.zip |
Revert JoinState::Any introduction
Wasn't used in the code in the end.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/joinstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |