config: Remove register schema as it is not used
This commit is contained in:
parent
4dd2a56f67
commit
5816b5e099
@ -43,9 +43,3 @@ config_schemas['proxy']['password'] = config.String(optional=True, secret=True)
|
||||
|
||||
# NOTE: if multiple outputs ever comes something like LogLevelConfigSchema
|
||||
#config_schemas['audio.outputs'] = config.AudioOutputConfigSchema()
|
||||
|
||||
|
||||
def register_schema(name, schema):
|
||||
if name in config_schemas:
|
||||
raise Exception
|
||||
config_schemas[name] = schema
|
||||
|
||||
Loading…
Reference in New Issue
Block a user