diff options
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index 443e8b0ae..90e617b66 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -60,9 +60,8 @@ typedef enum {ClientStateInitial, ClientStateAuthenticating, ClientStateRunning, ClientStateRetained, - ClientStateGone, - ClientStateCheckingSecurity, - ClientStateCheckedSecurity} ClientState; + ClientStateGone +} ClientState; #ifdef XFIXES typedef struct _saveSet { |