diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-02-06 13:45:35 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-02-06 13:45:35 -0400 |
commit | e3c5e8a0fe66af6e72e6e0e01189903233e51b9a (patch) | |
tree | b03aebd1ad08f09d0acc12e0394b1a44e452fbee | |
parent | 4d1d23bea4603403bdf9b2dbd5e2fee30f358b6c (diff) |
remove a bunch of now-unused directory constants
-rw-r--r-- | common/common.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/common.js b/common/common.js index 4e14f21d..d27abaa6 100644 --- a/common/common.js +++ b/common/common.js @@ -66,9 +66,6 @@ const C = { ARTIST_AVATAR_DIRECTORY: 'artist-avatar', TAG_DIRECTORY: 'tag', LISTING_DIRECTORY: 'list', - FEEDBACK_DIRECTORY: 'feedback', - DISCORD_DIRECTORY: 'discord', - DONATE_DIRECTORY: 'donate', FLASH_DIRECTORY: 'flash', NEWS_DIRECTORY: 'news', GROUP_DIRECTORY: 'group', |