diff options
Diffstat (limited to 'core/async_event.h')
-rw-r--r-- | core/async_event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/async_event.h b/core/async_event.h index c049fa02..f1ca0c7b 100644 --- a/core/async_event.h +++ b/core/async_event.h @@ -15,7 +15,6 @@ enum class AsyncEnableBits : uint8_t { SourceState, BufferCompleted, Disconnected, - Count }; |