summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-03-07 17:04:56 -0800
committerGabe Kangas <gabek@real-ity.com>2022-03-07 17:04:56 -0800
commit0cfb423bf36bfec81a90d9b7d6249309dd70f513 (patch)
tree8ea5934c97de000e5b0d46f18872fefad3601d65
parent73e4ffaf3edd4b1405a5a51f0ad19b8c341a6f5c (diff)
Remove unused var
-rw-r--r--core/data/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/data/config.go b/core/data/config.go
index ba6369107..8c84fd71b 100644
--- a/core/data/config.go
+++ b/core/data/config.go
@@ -35,7 +35,6 @@ const (
lastDisconnectTimeKey = "last_disconnect_time"
ffmpegPathKey = "ffmpeg_path"
nsfwKey = "nsfw"
- s3StorageEnabledKey = "s3_storage_enabled"
s3StorageConfigKey = "s3_storage_config"
videoLatencyLevel = "video_latency_level"
videoStreamOutputVariantsKey = "video_stream_output_variants"