aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes/useGroupAttributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/attributes/useGroupAttributes.js')
-rw-r--r--modern/src/common/attributes/useGroupAttributes.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/modern/src/common/attributes/useGroupAttributes.js b/modern/src/common/attributes/useGroupAttributes.js
deleted file mode 100644
index 53a299e1..00000000
--- a/modern/src/common/attributes/useGroupAttributes.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import { useMemo } from 'react';
-
-export default (t) => useMemo(() => ({
- 'processing.copyAttributes': {
- name: t('attributeProcessingCopyAttributes'),
- type: 'string',
- },
- 'decoder.timezone': {
- name: t('sharedTimezone'),
- type: 'string',
- },
-}), [t]);