diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 3adfc06e..85a0c68a 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -102,7 +102,6 @@ class QSK_EXPORT QskAspect LastUserState = 1 << 11, LastSystemState = 1 << 15, - AllUserStates = 0x0FF0, AllStates = 0xFFFF }; Q_ENUM( State )