summaryrefslogtreecommitdiff
path: root/src/util/authorizations.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/authorizations.js')
-rw-r--r--src/util/authorizations.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/util/authorizations.js b/src/util/authorizations.js
deleted file mode 100644
index ef649c9c..00000000
--- a/src/util/authorizations.js
+++ /dev/null
@@ -1,11 +0,0 @@
-export const AUTH_ICON_MAP = {
- OWN: "home",
- EDIT: "pencil",
- VIEW: "eye"
-};
-
-export const AUTH_DESCRIPTION_MAP = {
- OWN: "Own",
- EDIT: "Can Edit",
- VIEW: "Can View"
-};