mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
removed M_POP_KEY metadata keys as was never used
This commit is contained in:
parent
2c56fb669e
commit
c5d87bf634
1 changed files with 1 additions and 5 deletions
|
|
@ -7,14 +7,11 @@ M_OVERRIDEN_KEY = "__overriden_keys__"
|
|||
M_ENVIRONMENT_KEY = "__environment_keys__"
|
||||
# Metadata key for storing dynamic created labels
|
||||
M_DYNAMIC_KEY_LABEL = "__dynamic_keys_labels__"
|
||||
# NOTE key popping not implemented yet
|
||||
M_POP_KEY = "__pop_key__"
|
||||
|
||||
METADATA_KEYS = (
|
||||
M_OVERRIDEN_KEY,
|
||||
M_ENVIRONMENT_KEY,
|
||||
M_DYNAMIC_KEY_LABEL,
|
||||
M_POP_KEY
|
||||
M_DYNAMIC_KEY_LABEL
|
||||
)
|
||||
|
||||
# File where studio's system overrides are stored
|
||||
|
|
@ -28,7 +25,6 @@ __all__ = (
|
|||
"M_OVERRIDEN_KEY",
|
||||
"M_ENVIRONMENT_KEY",
|
||||
"M_DYNAMIC_KEY_LABEL",
|
||||
"M_POP_KEY",
|
||||
|
||||
"METADATA_KEYS",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue