diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2023-08-17 18:35:53 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2023-08-17 18:44:42 -0700 |
commit | 89aff6f0cfccc97df4ad6580d5888b160c190f76 (patch) | |
tree | 8c2a9039a63044b3ab9d3f14eed9e75d96c0096a /src | |
parent | 00d3415078ad08c29434c007d4f57cbd46ce30ef (diff) | |
download | crystal-obs-websocket-89aff6f0cfccc97df4ad6580d5888b160c190f76.tar.gz crystal-obs-websocket-89aff6f0cfccc97df4ad6580d5888b160c190f76.zip |
Comment cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/obswebsocket.cr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/obswebsocket.cr b/src/obswebsocket.cr index de0e235..b824153 100644 --- a/src/obswebsocket.cr +++ b/src/obswebsocket.cr @@ -12,7 +12,6 @@ end module OBS extend self - # How should this be used? @[Flags] enum EventSubscription : UInt32 Unused1 |